Browse Source

Reduced font size for pages

Paul-Louis Ageneau 4 years ago
parent
commit
a09cee7045
1 changed files with 2 additions and 6 deletions
  1. 2 6
      pages/theme/static/css/main.css

+ 2 - 6
pages/theme/static/css/main.css

@@ -54,7 +54,7 @@ a {
 
 #menu {
 	margin: 1.5em;
-	font-size: 1.4em;
+	font-size: 1.2em;
 	font-weight: bold;
 }
 #menu ul {
@@ -67,7 +67,7 @@ a {
 	margin-right: 0.5em;
 }
 .page {
-  max-width: 70em;
+  max-width: 64em;
   margin: auto;
   text-align: center;
   line-height: 1.5;
@@ -133,10 +133,6 @@ a {
   font-weight: bold;
   text-align: center;
 }
-.article article .content {
-  font-size: 1.125em;
-  font-weight: 300;
-}
 .article article .content p {
   padding-bottom: 0.5em;
 }