File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 < div class ="header-container ">
33 < div class ="brand ">
44 < div class ="logo-container ">
5- < div class ="logo-text ">
6- < div class ="logo-main "> IM</ div >
7- < div class ="logo-sub "> Lab</ div >
8- </ div >
5+ < img src ="{{ '/assets/img/limlogo.webp' | relative_url }} " alt ="LIM Lab " class ="header-logo ">
96 < div class ="logo-full "> Learning Inference Memory</ div >
107 </ div >
118 </ div >
Original file line number Diff line number Diff line change @@ -41,22 +41,10 @@ body {
4141 align-items : center;
4242}
4343
44- .logo-text {
45- display : flex;
46- align-items : baseline;
47- gap : 5px ;
48- }
49-
50- .logo-main {
51- font-size : 24px ;
52- font-weight : 700 ;
53- color : # 000 ;
54- }
55-
56- .logo-sub {
57- font-size : 16px ;
58- font-weight : 300 ;
59- color : # 000 ;
44+ .header-logo {
45+ height : 40px ;
46+ width : auto;
47+ object-fit : contain;
6048}
6149
6250.logo-full {
You can’t perform that action at this time.
0 commit comments