This commit is contained in:
silas
2020-12-17 16:07:58 +01:00
parent eccf5a52cd
commit 2cc572ce05
77 changed files with 275 additions and 84 deletions

View File

@@ -19,6 +19,7 @@
height: calc(100vh - 4rem);
@include breakpoint(medium down) {
height: calc(100vh - 3rem);
//height: calc(100vh - 4rem);
}
}
@@ -158,6 +159,7 @@ img.full-screen-width {
.fill-height-medium-up {
@include breakpoint(medium) {
height: calc(100vh - 3rem);
//height: calc(100vh - 4rem);
@include breakpoint(large){
height: calc(100vh - 4rem);
}