tweak blog page on mobile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-09 16:56:11 +05:00
parent 4bdb9934e8
commit d841e13609
2 changed files with 13 additions and 11 deletions

View File

@ -65,8 +65,10 @@ ul.wp-block-navigation.mobile-header-nav li {
}
/* style blog posts */
.home-post-item {
height: 100%
@media (min-width: 1280px) {
.home-post-item {
height: 100%
}
}
/* Removing default underline for most links */