Improve banner size on homepage

This commit is contained in:
Cadence Ember 2020-05-09 23:37:19 +12:00
parent f847d06277
commit 9fbbf66e62
No known key found for this signature in database
GPG Key ID: 128B99B1B74A6412
1 changed files with 3 additions and 3 deletions

View File

@ -451,8 +451,8 @@ body
color: map-get($theme, "link-power") color: map-get($theme, "link-power")
.banner .banner
padding: 0px 5px padding: 0px 4vw
height: 60vh height: 60vmin
display: flex display: flex
justify-content: center justify-content: center
align-items: center align-items: center
@ -461,7 +461,7 @@ body
max-width: 100% max-width: 100%
@media screen and (max-width: $layout-home-a-max) @media screen and (max-width: $layout-home-a-max)
height: 30vh height: 35vmin
.go-sections-container .go-sections-container
padding: 0px 10px 50px padding: 0px 10px 50px