improved entite content layout #2325

This commit is contained in:
2024-01-12 12:16:29 +01:00
parent 9d36ed7941
commit 28c008ae1f
3 changed files with 30 additions and 10 deletions

View File

@@ -163,7 +163,7 @@ body{
$cartouch_width : 450px;
@mixin font_questions{
font-size: 1em;
font-weight: 300;
font-weight: 500;
line-height: 1.4;
}
@mixin font_reponses{
@@ -331,19 +331,33 @@ body{
>section{
padding-bottom: 2em;
}
>section.image{
img{
max-width: 100%;
}
}
.sources{
padding-top: 1em;
// padding-top: 1em;
.source{
padding-top: 0.5em;
div.date{
display: block;
font-weight: 100;
font-size: 0.882em;
padding: 0 0 0.5em 0;
// div.date{
// display: block;
// font-weight: 100;
// font-size: 0.882em;
// padding: 0 0 0.5em 0;
// }
>section.description{
>div{
// @include font_reponses();
font-size: inherit;
padding-bottom: 1em;
}
}
.liens{
a{
text-decoration: underline;
@include font_reponses();
}
}
}