copy over additional css from wp customizer
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Aadil Ayub 2023-08-29 15:15:43 +05:00
parent 0b4ef0589b
commit 4e5925c2b4
1 changed files with 28 additions and 0 deletions

View File

@ -202,6 +202,34 @@ html, body {
}
}
/* copied over from "additional css" panel in wp
TODO: integrate this with the rest of the css
*/
@media screen and (max-width: 600px) {
.home-flower {
display: none;
}
.wp-container-13 .wp-block-group {
padding-top: 0 !important;
}
h1, p {
padding: 1rem;
}
.footer {
padding-inline: 1rem;
}
.footer p {
padding: 0;
}
.wp-site-blocks .wp-block-group:nth-child(1) {
padding-top: 24px !important;
}
}
@media screen and (min-width: 782px){
.nav-menu {
display: block;