From 9354627c0abf78f2aa4069a59df574ac6419e315 Mon Sep 17 00:00:00 2001 From: zsloan Date: Thu, 2 Dec 2021 21:40:14 +0000 Subject: Gave the twitter feed div a background color to make it more visually distinct from surrounding content + removed top margin from ul elements that was added by uikit --- wqflask/wqflask/templates/index_page.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'wqflask') 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; + } {% endblock %} {% block content %} -- cgit v1.2.3