esthetic
This commit is contained in:
parent
e81b7641d1
commit
aa02ae905a
2 changed files with 17 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue