File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 10
10
< div class ="col1 ">
11
11
< span class ="menu-header ">
12
12
< a class ="site-title " href ="{{ "/" | relative_url}}">
13
- < img alt ="{{ site.title | escape }} " src ="/assets/lander/logo/sst-guide.svg " height ="32 " />
13
+ < img alt ="{{ site.title | escape }} " src ="/assets/lander/logo/sst-guide.svg " width =" 144 " height ="32 " />
14
14
<!--
15
15
<img alt="{{ site.title | escape }}" src="/assets/lander/logo/sst-animation-svg0.svg" height="54" />
16
16
<img alt="{{ site.title | escape }}" src="/assets/lander/logo/sst-animation-svg1.svg" height="54" />
Original file line number Diff line number Diff line change 248
248
margin-top : calc ($spacing-unit / 2 + 5px );
249
249
}
250
250
251
- @include media-query ($on-palm ) {
251
+ @include media-query ($on-laptop ) {
252
+ padding-top : calc ($spacing-unit / 2 );
252
253
& :after {
253
254
margin-top : calc ($spacing-unit / 2 );
254
255
}
255
256
}
256
257
257
258
@include media-query ($on-laptop ) {
258
- padding : calc ($spacing-unit / 2 ) calc ($spacing-unit / 2 ) 0 ;
259
+ padding-left : calc ($spacing-unit / 2 );
260
+ padding-right : calc ($spacing-unit / 2 );
259
261
}
260
262
261
263
& > .content {
You can’t perform that action at this time.
0 commit comments