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")
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user