media medium bloc actus accueil

This commit is contained in:
chankalan 2020-12-08 16:38:51 +01:00
parent bd9717bba0
commit a124dd3f79

View File

@ -161,6 +161,9 @@ a {
background: none; background: none;
color: white; color: white;
padding:$spacer 0 0; padding:$spacer 0 0;
@media ($bp-medium) {
margin-bottom:2rem;
}
} }
.article-resume__texte { .article-resume__texte {
padding-top:($spacer/2); padding-top:($spacer/2);
@ -193,7 +196,7 @@ a {
right:0; right:0;
top:($spacer/3); top:($spacer/3);
background:none; background:none;
color:white; color: lighten(desaturate($couleurConnex,40%),48%)/*#C5EBF0*/ !important;
font-size:0.8rem; font-size:0.8rem;
&:focus { &:focus {
background:transparent !important; background:transparent !important;
@ -296,11 +299,15 @@ a {
.main, aside { .main, aside {
max-width:100%; max-width:100%;
padding:$spacer; padding:$spacer;
font-size:1.2rem; /* font-size:1.2rem; */
.modele_citation .citation_texte { .modele_citation .citation_texte {
/* font-size:1.2rem; */ /* font-size:1.2rem; */
} }
} }
.main {
font-size:1.2rem;
padding:0 $spacer;
}
} }
} }
.formulaire_spip.formulaire_recherche { .formulaire_spip.formulaire_recherche {
@ -380,6 +387,9 @@ a {
.article-resume__titre { .article-resume__titre {
font-size: 1.4rem; font-size: 1.4rem;
line-height: 1.6; line-height: 1.6;
@include media($bp-medium) {
line-height:1.4;
}
} }
&.hero .article-resume__titre { &.hero .article-resume__titre {
font-size:1.8rem; font-size:1.8rem;