diff options
-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; } |