mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
Feat : Center alignment for nav menu
This commit is contained in:
parent
f0c9281c71
commit
24ccca34a5
1 changed files with 5 additions and 0 deletions
|
@ -110,6 +110,11 @@ nav {
|
||||||
background-color: rgb(11, 90, 121);
|
background-color: rgb(11, 90, 121);
|
||||||
border-radius: 0.2rem;
|
border-radius: 0.2rem;
|
||||||
}
|
}
|
||||||
|
.navbar-center {
|
||||||
|
position: absolute;
|
||||||
|
left: 43%;
|
||||||
|
transform: translatex(-50%);
|
||||||
|
}
|
||||||
/* /Navbar */
|
/* /Navbar */
|
||||||
|
|
||||||
/* Special Branded Color Classes*/
|
/* Special Branded Color Classes*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue