diff of 476688b622df048541452d7f5a0df0a586370e15

476688b622df048541452d7f5a0df0a586370e15
diff --git a/resources/css/murja.css b/resources/css/murja.css
index 19146f9..c2ed6f1 100644
--- a/resources/css/murja.css
+++ b/resources/css/murja.css
@@ -1,6 +1,6 @@
 html, body {
     height: 100%;
-    font-size: 1.1em;
+    /* font-size: 1.1em; */
 }
 
 #editor-post-title {
@@ -31,7 +31,7 @@ html, body {
 }
 
 .tag {
-    font-size: 0.7em;
+    /* font-size: 0.7em; */
 }
 
 #editor-post-content {
@@ -239,7 +239,7 @@ header {
 }
 
 .big_font {
-    font-size: 2em;
+    /* font-size: 2em; */
 }
 
 .media-row {
@@ -294,7 +294,7 @@ header {
 
 .tags {
     background-color: #A0A0A0;
-    font-size: 1.3em;
+    /* font-size: 1.3em; */
     list-style: none;
 }
 
@@ -528,6 +528,6 @@ input:required {
 @media only screen and (max-device-width:480px)
 {
     body {
-	font-size: 3em;
+	/* font-size: 3em; */
     }
 }