page_aside, page_extra et aside et footer en petit écran

This commit is contained in:
chankalan 2021-10-12 10:19:58 +02:00
parent 7164dbae23
commit d696179cee
1 changed files with 13 additions and 3 deletions

View File

@ -278,7 +278,6 @@ html .formulaire_spip input[type="text"] {
@include media($bp-medium) {
padding:2rem 2rem 1rem;
}
/* margin:0; */
background-color:white;
h1 {
margin:0;
@ -327,14 +326,19 @@ html .formulaire_spip input[type="text"] {
}
}
.page_aside {
background:white;
> ul .article-resume {
padding:0;
}
> * {
@include media($bp-medium-up) {
padding-left:0;
}
}
}
.page_extra {
background:white;
}
@ -471,6 +475,12 @@ ul.spip {
.article__date {
display:inline-block;
}
.page_content, .page_aside, .page_extra {
> aside, > footer {
margin:0;
padding:0;
}
}
}
.liste.articles.blog {
background-color:white;