diff --git a/html/style-classic.css b/html/style-classic.css
index 6ea4d3bf7..6485c72d9 100644
--- a/html/style-classic.css
+++ b/html/style-classic.css
@@ -1317,6 +1317,14 @@ a.nav:hover,div.content a.nav:hover,div.redcontent a.nav:hover {
font-variant:small-caps;
font-weight: bolder;
}
+
+}
+div.foldercontent {
+ font-size:14px;
+ font-size:0.95rem;
+ width: 95%;
+ margin-left: 2.5%;
+ margin-top:30px;
}
@media only screen and (max-width: 955px) {
#dossier {
@@ -1335,6 +1343,7 @@ div.foldercontent {
font-size:0.95rem;
width: 95%;
margin-left: 2.5%;
+ margin-top:7%;
}
h1.title {
diff --git a/html/style-light.css b/html/style-light.css
index 2ab329eb9..0d4bd4fc6 100644
--- a/html/style-light.css
+++ b/html/style-light.css
@@ -1305,6 +1305,13 @@ a.nav:hover,div.content a.nav:hover,div.redcontent a.nav:hover {
font-weight: bolder;
}
}
+div.foldercontent {
+ font-size:14px;
+ font-size:0.95rem;
+ width: 95%;
+ margin-left: 2.5%;
+ margin-top:30px;
+}
@media only screen and (max-width: 955px) {
#dossier {
display:inline;
@@ -1317,12 +1324,7 @@ a.nav:hover,div.content a.nav:hover,div.redcontent a.nav:hover {
}
}
-div.foldercontent {
- font-size:14px;
- font-size:0.95rem;
- width: 95%;
- margin-left: 2.5%;
-}
+
h1.title {
color: #0000FF;