This commit is contained in:
2023-06-19 09:20:05 +02:00
parent 1be07149dc
commit d4b48b53cc
2 changed files with 24 additions and 9 deletions
+13 -1
View File
@@ -428,6 +428,11 @@ section[role="main-content"]{
.index-item{
header{
h1{
@include title1blue;
line-height: $base-line * 1.2;
// margin:0 0 0.3em;
}
h2{
@include title1black;
margin:0 0 0.3em;
}
@@ -436,13 +441,15 @@ section[role="main-content"]{
h3{
@include title2black;
margin:0;
margin:0 0 0.3em;
font-weight: 600;
}
}
p{
margin: 0 0 0.5em 0;
span.label{ font-weight: 600; }
}
.authors{
a{
@@ -1164,6 +1171,11 @@ section[role="main-content"]{
h2{
color: $bleuroi;
}
p{
span.label{
font-weight: 600;
}
}
}
ul.item-list{
margin:0;