Skip to content

Commit

Permalink
Header styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jayair committed Sep 6, 2024
1 parent 1100d47 commit 2896e06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="col1">
<span class="menu-header">
<a class="site-title" href="{{ "/" | relative_url}}">
<img alt="{{ site.title | escape }}" src="/assets/lander/logo/sst-guide.svg" height="32" />
<img alt="{{ site.title | escape }}" src="/assets/lander/logo/sst-guide.svg" width="144" height="32" />
<!--
<img alt="{{ site.title | escape }}" src="/assets/lander/logo/sst-animation-svg0.svg" height="54" />
<img alt="{{ site.title | escape }}" src="/assets/lander/logo/sst-animation-svg1.svg" height="54" />
Expand Down
6 changes: 4 additions & 2 deletions _sass/theme/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -248,14 +248,16 @@
margin-top: calc($spacing-unit / 2 + 5px);
}

@include media-query($on-palm) {
@include media-query($on-laptop) {
padding-top: calc($spacing-unit / 2);
&:after {
margin-top: calc($spacing-unit / 2);
}
}

@include media-query($on-laptop) {
padding: calc($spacing-unit / 2) calc($spacing-unit / 2) 0;
padding-left: calc($spacing-unit / 2);
padding-right: calc($spacing-unit / 2);
}

& > .content {
Expand Down

0 comments on commit 2896e06

Please sign in to comment.