From 46dedc86913c126ec5ec5de2b82af98c3b7b9165 Mon Sep 17 00:00:00 2001
From: FarseaSH <yy_shao@outlook.com>
Date: Thu, 2 Sep 2021 21:51:38 +0800
Subject: [PATCH] modify minor styles

---
 static/css/style.css | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/static/css/style.css b/static/css/style.css
index 4b8cf53..3df1b0c 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -104,12 +104,24 @@ p{
     position: relative;
 }
 
+@media (max-width: 720px) {
+    .moment-row{
+        margin-bottom: 20px;
+    }
+
+    .container{
+        padding-left: 10px;
+        padding-right: 10px;
+    }
+}
+    
 /* START - time */
 .time{
     text-align: right;
     padding-right: 60px;
     /* white-space: nowrap; */
     font-weight: 300;
+    margin-bottom: 20px;
 }
 @media (max-width: 576px){
     .time{