Skip to content

Commit 2896e06

Browse files
committed
Header styles
1 parent 1100d47 commit 2896e06

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

_includes/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<div class="col1">
1111
<span class="menu-header">
1212
<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" />
1414
<!--
1515
<img alt="{{ site.title | escape }}" src="/assets/lander/logo/sst-animation-svg0.svg" height="54" />
1616
<img alt="{{ site.title | escape }}" src="/assets/lander/logo/sst-animation-svg1.svg" height="54" />

_sass/theme/_layout.scss

+4-2
Original file line numberDiff line numberDiff line change
@@ -248,14 +248,16 @@
248248
margin-top: calc($spacing-unit / 2 + 5px);
249249
}
250250

251-
@include media-query($on-palm) {
251+
@include media-query($on-laptop) {
252+
padding-top: calc($spacing-unit / 2);
252253
&:after {
253254
margin-top: calc($spacing-unit / 2);
254255
}
255256
}
256257

257258
@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);
259261
}
260262

261263
& > .content {

0 commit comments

Comments
 (0)