Browse Source

Update style for blog part of main page.

Lee Morgan 3 năm trước cách đây
mục cha
commit
d488e21ca9
1 tập tin đã thay đổi với 9 bổ sung1 xóa
  1. 9 1
      views/main/index.css

+ 9 - 1
views/main/index.css

@@ -10,7 +10,7 @@ body{
     display: flex;
     justify-content: space-around;
     flex-wrap: wrap;
-    height: 100%;
+    max-height: 100%;
     width: 100%;
     box-sizing: border-box;
     padding: 25px;
@@ -391,6 +391,14 @@ body{
     .card{
         margin: 10px 0;
     }
+
+    .card h1{
+        font-size: 25px;
+    }
+
+    #blogTags{
+        display: none;
+    }
 }
 
 @media screen and (max-width: 400px){