bold works !!

This commit is contained in:
2017-07-31 02:59:13 +02:00
parent 3ae1451821
commit 110f461cf5
5 changed files with 23 additions and 9 deletions
+2 -1
View File
@@ -1092,7 +1092,8 @@ form span.required {
body.term #content {
padding-left: 0;
padding-right: 0; }
padding-right: 0;
transition: opacity 0.25s ease-in; }
body.term #content h1 {
font-size: 1.80203em; }
@media screen and (max-width: 544px) {
+3
View File
@@ -9,6 +9,9 @@ body.term {
font-size: fsize(3);
}
}
// longer duration to load everything in background nicely
transition: opacity 0.25s ease-in;
}
#screen {