aboutsummaryrefslogtreecommitdiffstats
path: root/web/css/_src
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2020-06-30 08:35:07 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2020-06-30 08:35:07 +0300
commit1b53f4cf0e5e93bd8cb9b3fca2a5cdc81fc94c1f (patch)
tree41cd231d76646525b6965f9eaf39157c1bdac64f /web/css/_src
parent0967ca64ba66f3650abe1d01d2ce61bc2a368a98 (diff)
Center navbar text with padding-topmaster
Diffstat (limited to 'web/css/_src')
-rw-r--r--web/css/_src/frontend.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/css/_src/frontend.scss b/web/css/_src/frontend.scss
index 6f2bc56..a28601a 100644
--- a/web/css/_src/frontend.scss
+++ b/web/css/_src/frontend.scss
@@ -45,6 +45,7 @@ nav[role="main"] {
width: 100%;
padding-left: 25px;
padding-right: 25px;
+ padding-top: 2px;
color: #fff;
font-size: 16px;
text-align: center;