浏览代码

Update style

JoostSijm 6 年之前
父节点
当前提交
30c4875caa
共有 1 个文件被更改,包括 16 次插入3 次删除
  1. 16 3
      app/static/style.css

+ 16 - 3
app/static/style.css

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