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:
Risto Lahtela 2021-07-04 11:12:58 +03:00
parent f5a2067b6a
commit 356ab4bffd
1 changed files with 5 additions and 0 deletions

View File

@ -1248,4 +1248,9 @@ 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;
}