Просмотр исходного кода

Style updates on the blog page.

Lee Morgan 4 лет назад
Родитель
Сommit
093573646d
1 измененных файлов с 2 добавлено и 4 удалено
  1. 2 4
      views/blog/index.css

+ 2 - 4
views/blog/index.css

@@ -3,14 +3,13 @@
 body{
 body{
     background: rgb(196, 198, 192);
     background: rgb(196, 198, 192);
     padding: 25px;
     padding: 25px;
-    font-family: monospace;
 }
 }
 
 
 #contents{
 #contents{
     display: flex;
     display: flex;
     flex-direction: column;
     flex-direction: column;
     align-items:center;
     align-items:center;
-    max-width: 1000px;
+    max-width: 700px;
     margin: auto;
     margin: auto;
 }
 }
 
 
@@ -20,7 +19,6 @@ body{
 
 
         p{
         p{
             margin: 20px 0;
             margin: 20px 0;
-            font-size: 20px;
+            font-size: 18px;
             line-height: 1.5;
             line-height: 1.5;
-            text-indent: 35px;
         }
         }