fix bullet padding on home page on mobile
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Aadil Ayub 2023-08-25 19:44:50 +05:00
parent 0274667f69
commit 865f543d80
1 changed files with 4 additions and 0 deletions

View File

@ -120,6 +120,10 @@ html, body {
.wp-site-blocks .wp-block-group:nth-child(1) {
padding-top: 24px !important;
}
ul#what-we-offer {
padding-left: revert !important;
}
}
@media screen and (min-width: 600px){