fix: increase 1st entry max height to 260px

This commit is contained in:
Aditya Telange 2020-07-25 16:59:54 +05:30
parent ee1a829c02
commit df592b3370

View File

@ -11,7 +11,7 @@
@media screen and (max-width: 600px) {
.first-entry {
height: 240px;
height: 260px;
}
}