fix: increase 1st entry max height to 260px
This commit is contained in:
parent
ee1a829c02
commit
df592b3370
|
@ -11,7 +11,7 @@
|
|||
|
||||
@media screen and (max-width: 600px) {
|
||||
.first-entry {
|
||||
height: 240px;
|
||||
height: 260px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue