mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-06 15:44:49 +08:00
Fixed container fluid padding missing, causing odd feeling
The page felt like something was "off" and the missing padding caused that.
This commit is contained in:
parent
f5a2067b6a
commit
356ab4bffd
@ -1248,4 +1248,9 @@ body.sidebar-hidden .navbar-nav {
|
|||||||
|
|
||||||
.sidebar .nav-item .collapse {
|
.sidebar .nav-item .collapse {
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
|
||||||
|
padding-left: 1.5rem;
|
||||||
|
padding-right: 1.5rem;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user