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 (`<br>`) 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.
This commit is contained in:
parent
39e6ca161e
commit
b1d856a702
2 changed files with 10 additions and 2 deletions
|
@ -120,7 +120,7 @@ h5 {
|
||||||
|
|
||||||
.navbar-nav .nav-item {
|
.navbar-nav .nav-item {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 0.5rem 1rem;
|
padding: 0 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn.btn-primary {
|
.btn.btn-primary {
|
||||||
|
@ -136,4 +136,12 @@ h5 {
|
||||||
.special-header {
|
.special-header {
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar-btn {
|
||||||
|
margin: 0 auto !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.that-br {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -37,7 +37,7 @@
|
||||||
><span style="color: rgb(35, 35, 35)"
|
><span style="color: rgb(35, 35, 35)"
|
||||||
>Private.coffee</span
|
>Private.coffee</span
|
||||||
></span
|
></span
|
||||||
><br /><span class="ps-2"
|
><br class="that-br" /><span class="ps-2"
|
||||||
>Empowering Privacy with Open Source</span
|
>Empowering Privacy with Open Source</span
|
||||||
>
|
>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue