styled header space in big screens

This commit is contained in:
Jorge vitrubio.net 2024-04-03 16:02:37 +02:00
parent 2062871066
commit a8f08b3207
6 changed files with 6 additions and 15 deletions

View File

@ -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

View File

@ -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 {
}

View File

@ -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