copy over additional css from wp customizer
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0b4ef0589b
commit
4e5925c2b4
28
style.css
28
style.css
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user