diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-12-14 21:04:57 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-12-14 21:04:57 +0530 |
commit | 3710c7b36c1aded78000a69f3a39b27e895aacc9 (patch) | |
tree | a1b55f0162aa758d5c83b0aedbe1a37ee58b05cf /startpage/styles.css | |
parent | afa2a1df3a20876e91459548b0ffbfd0abfa5e51 (diff) |
changed the position of navbar
Diffstat (limited to 'startpage/styles.css')
-rw-r--r-- | startpage/styles.css | 9 |
1 files changed, 5 insertions, 4 deletions
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; } |