소스 검색

Fixed flash message location

eddy 3 년 전
부모
커밋
d9041d8bfb
3개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. BIN
      app/database.db
  2. 1 1
      app/templates/create_bookmark.html
  3. 1 1
      app/templates/home.html

BIN
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;
 
 }