mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-21 05:50:18 +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
@ -1249,3 +1249,8 @@ body.sidebar-hidden .navbar-nav {
|
||||
.sidebar .nav-item .collapse {
|
||||
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