mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-12 12:04:16 +00:00
fix cover height
This commit is contained in:
parent
354174b1b2
commit
17af847d32
@ -18,6 +18,7 @@
|
|||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 25vh;
|
height: 25vh;
|
||||||
|
min-height: 25vh;
|
||||||
|
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
||||||
@ -28,6 +29,7 @@
|
|||||||
|
|
||||||
&.expanded {
|
&.expanded {
|
||||||
height: 70vh;
|
height: 70vh;
|
||||||
|
min-height: 70vh;
|
||||||
|
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user