_sass/hamilton/layout.scss in jekyll-theme-hamilton-1.4.2 vs _sass/hamilton/layout.scss in jekyll-theme-hamilton-1.4.3
- old
+ new
@@ -4,22 +4,20 @@
.site-container {
height: 100vh;
width: 100vw;
display: grid;
grid-template-columns: 1fr;
- grid-template-rows: $base-font-size * 3 1fr;
+ grid-template-rows: $base-font-size * 3 + 6px 1fr;
}
/**
* Site header
*/
.site-header {
border-top: 5px solid;
border-bottom: 1px solid;
min-height: $base-font-size * 3;
line-height: $base-font-size * 3;
- position: sticky;
- top: 0;
@include media-query($on-small) {
display: flex;
}
}