some texte css

This commit is contained in:
2019-09-27 17:00:49 +02:00
parent 10b5c05b8b
commit 93849f6992
2 changed files with 19 additions and 1 deletions
+18
View File
@@ -139,6 +139,24 @@ section[role="main-content"]{
.index{
}
#text{
.content{
color: $bleuroi;
h1{
font-size: 1.512em;
}
p{
font-size: 1.134em;
line-height: 1.5;
span.persName,
span.placeName,
span.objectName{
font-weight: 600;
}
}
}
}
}
footer[role="tools"]{
$list-item-h: 5.3em;
+1 -1
View File
@@ -7,7 +7,7 @@
<span v-if="!loaded">Loading...</span>
</template>
<section v-html="item.tei" class="col-6"/>
<div class="content" v-html="item.tei"/>
<template v-slot:nav>
</template>