styled header space in big screens
This commit is contained in:
parent
2062871066
commit
a8f08b3207
|
@ -1673,10 +1673,10 @@ Add your custom styles in this file so it is easier to update the theme.
|
|||
|
||||
.edit-post-visual-editor__content-area .editor-styles-wrapper .site-main {
|
||||
padding: 0;
|
||||
padding-top: 4rem;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor__content-area .editor-styles-wrapper .site-main > article {
|
||||
padding-top: 4rem;
|
||||
padding-bottom: 4rem;
|
||||
}
|
||||
|
||||
|
@ -1763,10 +1763,6 @@ Add your custom styles in this file so it is easier to update the theme.
|
|||
|
||||
@media screen and (min-width: 80em) {
|
||||
|
||||
.edit-post-visual-editor__content-area .editor-styles-wrapper .site-main {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor__content-area .editor-styles-wrapper .home-featured {
|
||||
padding: 0;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -203,8 +203,8 @@
|
|||
}
|
||||
.site-main {
|
||||
padding: 0;
|
||||
padding-top: 4rem;
|
||||
> article {
|
||||
padding-top: 4rem;
|
||||
padding-bottom: 4rem;
|
||||
&.xarxaprod-ajut {
|
||||
display: grid;
|
||||
|
@ -302,7 +302,6 @@
|
|||
}
|
||||
}
|
||||
.site-main {
|
||||
padding: 0;
|
||||
}
|
||||
.site-footer {
|
||||
}
|
||||
|
|
|
@ -1537,10 +1537,10 @@ textarea {
|
|||
|
||||
.site-main {
|
||||
padding: 0;
|
||||
padding-top: 4rem;
|
||||
}
|
||||
|
||||
.site-main > article {
|
||||
padding-top: 4rem;
|
||||
padding-bottom: 4rem;
|
||||
}
|
||||
|
||||
|
@ -1627,10 +1627,6 @@ textarea {
|
|||
|
||||
@media screen and (min-width: 80em) {
|
||||
|
||||
.site-main {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.home-featured {
|
||||
padding: 0;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue