inverser hirarchie typo question réponse #2458

This commit is contained in:
Bachir Soussi Chiadmi 2023-12-11 13:27:46 +01:00
parent 5331252f61
commit 510ca72d0a

View File

@ -161,6 +161,16 @@ body{
} }
$cartouch_width : 450px; $cartouch_width : 450px;
@mixin font_questions{
font-size: 1em;
font-weight: 300;
line-height: 1.4;
}
@mixin font_reponses{
font-weight: 100;
font-size: 0.882em;
line-height: 1.4;
}
#content{ #content{
display: flex; display: flex;
gap: 0.5rem; gap: 0.5rem;
@ -548,15 +558,15 @@ body{
font-size: 1.1em; font-size: 1.1em;
} }
section>div, p{ section>div, p{
font-size: 1em; // font-size: 1em;
font-weight: 300; // font-weight: 300;
line-height: 1.40; // line-height: 1.40;
@include font_reponses();
} }
label, label,
span.date{ span.date{
@include font_questions();
display: block; display: block;
font-weight: 100;
font-size: 0.882em;
padding: 0 0 1em 0; padding: 0 0 1em 0;
} }
ul, li{ ul, li{