From b1d856a70248a6cd8083fe81d0f8d04823dd8446 Mon Sep 17 00:00:00 2001 From: Kumi Date: Fri, 24 May 2024 14:36:43 +0200 Subject: [PATCH] feat: streamline navbar UI and cleanup base layout Updated the padding in the navbar links for a more compact appearance, enhancing user interface clarity and consistency. Added margin auto to `.navbar-btn` for better visual symmetry, contributing to a more polished overall layout. Removed unnecessary line breaks (`
`) in the base template for a cleaner, more streamlined code and user experience. These adjustments align with our continuous efforts to improve UI aesthetics and usability. --- assets/css/base.css | 10 +++++++++- templates/base.html | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/assets/css/base.css b/assets/css/base.css index e4073b0..160c2f9 100644 --- a/assets/css/base.css +++ b/assets/css/base.css @@ -120,7 +120,7 @@ h5 { .navbar-nav .nav-item { display: inline-block; - padding: 0.5rem 1rem; + padding: 0 1rem; } .btn.btn-primary { @@ -136,4 +136,12 @@ h5 { .special-header { font-size: 2rem; } + + .navbar-btn { + margin: 0 auto !important; + } + + .that-br { + display: none; + } } \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 547c484..09ebe02 100644 --- a/templates/base.html +++ b/templates/base.html @@ -37,7 +37,7 @@ >Private.coffee

Empowering Privacy with Open Source