fix cover height

This commit is contained in:
SrGooglo 2023-03-07 02:18:28 +00:00
parent 354174b1b2
commit 17af847d32

View File

@ -18,6 +18,7 @@
width: 100%;
height: 25vh;
min-height: 25vh;
margin-bottom: 10px;
@ -28,6 +29,7 @@
&.expanded {
height: 70vh;
min-height: 70vh;
background-size: cover;
background-repeat: no-repeat;