From 3710c7b36c1aded78000a69f3a39b27e895aacc9 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 14 Dec 2020 21:04:57 +0530 Subject: changed the position of navbar --- startpage/styles.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'startpage') diff --git a/startpage/styles.css b/startpage/styles.css index f2049252..92db46e5 100644 --- a/startpage/styles.css +++ b/startpage/styles.css @@ -37,12 +37,12 @@ body { #bottom-nav-container { margin: -7px; - background-color: #333333dd; + background-color: #3333330d; overflow: hidden; position: fixed; - bottom: 0; + bottom: 6px; width: 100%; - padding: 0px 0px 7px 0px; + padding: 13px 0px 22px 0px; } .bottom-nav-item p { @@ -51,9 +51,10 @@ body { } #nav-links { + max-width: 96%; + margin: 3%; padding: 12px 12px 12px 12px; background-color: #FCFCFCdd; - float: left; border: 2px solid #232627; border-radius: 90px 90px 90px 90px; } -- cgit v1.2.3