Browse Source

Update style

JoostSijm 6 years ago
parent
commit
30c4875caa
1 changed files with 16 additions and 3 deletions
  1. 16 3
      app/static/style.css

+ 16 - 3
app/static/style.css

@@ -13,7 +13,7 @@ body
 
 
 .page
 .page
 {
 {
-    width: 500px;
+    width: 550px;
 }
 }
 
 
 h1,
 h1,
@@ -22,8 +22,21 @@ h3
 {
 {
     font-family: 'STIX', serif;
     font-family: 'STIX', serif;
     font-weight: normal;
     font-weight: normal;
-    font-size: 34pt;
-    text-align: center;
+    font-size: 14pt;
+}
+
+h1
+{
     border-style: solid;
     border-style: solid;
     border-width: 1px 0;
     border-width: 1px 0;
+    text-align: center;
+    font-size: 34pt;
+}
+
+@media (max-width: 560px)
+{
+	.page
+	{
+		width: 100%;
+	}
 }
 }