From 8ad0690d0054cad7c1ba0885839b5fbf95bc7845 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Tue, 2 Nov 2021 15:51:24 -0500 Subject: [PATCH] Update navbar item styling a little --- assets/css/bobastyle.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index 8e17546..42e92f1 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -125,6 +125,7 @@ footer { background-color: #222; border-radius: 8px; margin-top: 5px; + padding: 4px; align-items: flex-start; overflow: auto; } @@ -132,7 +133,7 @@ footer { .navbar-item, .langbar-item { /*flex-grow: 1;*/ padding: 8px 12px; - border-radius: 8px; + border-radius: 12px; } /*.navbar-item:first-child,