mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-22 08:07:30 +00:00
Improve banner size on homepage
This commit is contained in:
parent
f847d06277
commit
9fbbf66e62
@ -451,8 +451,8 @@ body
|
||||
color: map-get($theme, "link-power")
|
||||
|
||||
.banner
|
||||
padding: 0px 5px
|
||||
height: 60vh
|
||||
padding: 0px 4vw
|
||||
height: 60vmin
|
||||
display: flex
|
||||
justify-content: center
|
||||
align-items: center
|
||||
@ -461,7 +461,7 @@ body
|
||||
max-width: 100%
|
||||
|
||||
@media screen and (max-width: $layout-home-a-max)
|
||||
height: 30vh
|
||||
height: 35vmin
|
||||
|
||||
.go-sections-container
|
||||
padding: 0px 10px 50px
|
||||
|
Loading…
Reference in New Issue
Block a user