réduire les h1 et date de l'émission prochaine en xxsmall

This commit is contained in:
chankalan 2021-11-08 10:58:23 +01:00
parent 06537adec3
commit 86008abf35
2 changed files with 12 additions and 3 deletions

View File

@ -106,9 +106,9 @@ h1, .h1 {
@include media($bp-medium-up) {
font-size: em(50px);
}
/* @include media($bp-xxsmall) { */
/* word-break: break-all; */
/* } */
@include media($bp-xxsmall) {
font-size: em(30px);
}
}
h2, .h2 {

View File

@ -449,6 +449,12 @@ ul.spip {
@include media($bp-small) {
margin:-2rem 0 0 -2rem;
}
@include media($bp-xxsmall) {
flex-wrap: wrap;
.article__date, .btn {
margin:0.3rem 0 0 1rem;
}
}
overflow:visible;
.composition_blog & {
margin:0;
@ -481,6 +487,9 @@ ul.spip {
color:$couleurSecondaire;
font-weight:700;
font-family:$typo-titre;
@include media($bp-xxsmall) {
font-size:1.2rem;
}
}
}
.composition_blog {