about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xwqflask/wqflask/templates/index_page.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/index_page.html b/wqflask/wqflask/templates/index_page.html
index 6e9bf91a..df975a0b 100755
--- a/wqflask/wqflask/templates/index_page.html
+++ b/wqflask/wqflask/templates/index_page.html
@@ -29,9 +29,23 @@
     border:1px solid #c8ccc9;
   }
 
+  div#tweets {
+    margin:0 auto;
+    width: 590px;
+    height: 160px;
+    background: white;
+    position: relative;
+    border-radius:10px;
+    background-color: #F9F9F9;
+  }
+
   h2 {
       margin-bottom: 0px;
   }
+
+  ul {
+      margin-top: 0px;
+  }
 </style>
 {% endblock %}
 {% block content %}