improved entite content layout #2325
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user