add comments to css
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aadil Ayub 2024-06-15 10:56:15 +05:00
parent 061c69c62c
commit 10946cd926

View File

@ -1,9 +1,11 @@
/* styling picture captions */
figcaption.wp-element-caption {
width: fit-content;
margin: 0;
padding: 8px 12px;
}
/* style header nav */
.main-header-nav .wp-block-navigation-item {
justify-content: center;
border: 1px solid;
@ -27,6 +29,7 @@ ul.wp-block-navigation.mobile-header-nav li {
margin-block: .5em;
}
/* style footer on mobile */
@media (min-width: 1080px) {
.wp-block-column.footer-gradient-column {
padding-left: 2rem !important;
@ -41,10 +44,12 @@ ul.wp-block-navigation.mobile-header-nav li {
}
}
/* utulity class for overlapping items */
.overlap {
z-index: 21;
}
/* style blog posts */
.home-post-item {
height: 100%
}