瀏覽代碼

Fixed flash message location

eddy 3 年之前
父節點
當前提交
d9041d8bfb
共有 3 個文件被更改,包括 2 次插入2 次删除
  1. 二進制
      app/database.db
  2. 1 1
      app/templates/create_bookmark.html
  3. 1 1
      app/templates/home.html

二進制
app/database.db


+ 1 - 1
app/templates/create_bookmark.html

@@ -6,7 +6,7 @@ body{
   color: #1a202c;
   text-align: left;
   background-color: #e2e8f0; 
-  padding-top: 80px; 
+  padding-top: 60px; 
   font-size: 14px;
 }
 </style>

+ 1 - 1
app/templates/home.html

@@ -6,7 +6,7 @@ body{
     color: #1a202c;
     text-align: left;
     background-color: #e2e8f0; 
-    padding-top: 80px; 
+    padding-top: 70px; 
     font-size: 14px;
 
 }