homepage: add spacing to values list on mobile
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Aadil Ayub 2023-08-25 19:52:59 +05:00
parent 17a075378e
commit 69f46396d9
1 changed files with 4 additions and 0 deletions

View File

@ -132,6 +132,10 @@ html, body {
.home .wp-site-blocks h1.wp-block-heading {
margin-top: 28px !important;
}
#our-values.values-list {
margin-block: 75px
}
}
@media screen and (min-width: 600px){