mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-12-22 04:13:17 -06:00
Update navbar item styling a little
This commit is contained in:
parent
11d98f8c92
commit
8ad0690d00
@ -125,6 +125,7 @@ footer {
|
|||||||
background-color: #222;
|
background-color: #222;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
padding: 4px;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
@ -132,7 +133,7 @@ footer {
|
|||||||
.navbar-item, .langbar-item {
|
.navbar-item, .langbar-item {
|
||||||
/*flex-grow: 1;*/
|
/*flex-grow: 1;*/
|
||||||
padding: 8px 12px;
|
padding: 8px 12px;
|
||||||
border-radius: 8px;
|
border-radius: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*.navbar-item:first-child,
|
/*.navbar-item:first-child,
|
||||||
|
Loading…
Reference in New Issue
Block a user