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 {
|
.edit-post-visual-editor__content-area .editor-styles-wrapper .site-main {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
padding-top: 4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit-post-visual-editor__content-area .editor-styles-wrapper .site-main > article {
|
.edit-post-visual-editor__content-area .editor-styles-wrapper .site-main > article {
|
||||||
padding-top: 4rem;
|
|
||||||
padding-bottom: 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) {
|
@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 {
|
.edit-post-visual-editor__content-area .editor-styles-wrapper .home-featured {
|
||||||
padding: 0;
|
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 {
|
.site-main {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
padding-top: 4rem;
|
||||||
> article {
|
> article {
|
||||||
padding-top: 4rem;
|
|
||||||
padding-bottom: 4rem;
|
padding-bottom: 4rem;
|
||||||
&.xarxaprod-ajut {
|
&.xarxaprod-ajut {
|
||||||
display: grid;
|
display: grid;
|
||||||
|
@ -302,7 +302,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.site-main {
|
.site-main {
|
||||||
padding: 0;
|
|
||||||
}
|
}
|
||||||
.site-footer {
|
.site-footer {
|
||||||
}
|
}
|
||||||
|
|
|
@ -1537,10 +1537,10 @@ textarea {
|
||||||
|
|
||||||
.site-main {
|
.site-main {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
padding-top: 4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-main > article {
|
.site-main > article {
|
||||||
padding-top: 4rem;
|
|
||||||
padding-bottom: 4rem;
|
padding-bottom: 4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1627,10 +1627,6 @@ textarea {
|
||||||
|
|
||||||
@media screen and (min-width: 80em) {
|
@media screen and (min-width: 80em) {
|
||||||
|
|
||||||
.site-main {
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.home-featured {
|
.home-featured {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue