File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 11// scss-lint:disable IdSelector
22
33#header {
4- background : $astronaut -blue ;
4+ background : $dark -blue ;
55 box-shadow : 0 0 rem (15px ) rgba (0 , 0 , 0 , 0.12 );
66 left : 0 ;
77 position : fixed ;
144144 }
145145 }
146146
147+ .verge-logo {
148+ display : block ;
149+ overflow : visible ;
150+ width : rem (164px );
151+ }
152+
147153 .verge-logo svg ,
148154 .verge-logo img {
149155 margin-left : -0.25rem ;
150- width : rem (168px );
156+ max-width : none ;
157+ width : 100% ;
151158 margin-top : -2.3rem ;
152159 margin-bottom : -1.9rem ;
153160 }
161168
162169 @at-root .scroll & ,
163170 & .solid {
164- background : $astronaut -blue ;
171+ background : $dark -blue ;
165172 box-shadow : 0 0 rem (15px ) rgba (0 , 0 , 0 , 0.12 );
166173
167174 nav a {
179186 color : $white ;
180187
181188 & __content {
182- background : $astronaut -blue ;
189+ background : $dark -blue ;
183190 }
184191 }
185192 }
You can’t perform that action at this time.
0 commit comments