2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

CSS & alignment tweaks

This commit is contained in:
Martijn Cuppens
2020-02-25 17:32:23 +02:00
committed by XhmikosR
parent a99c531aa7
commit 0cfd8dfddf
2 changed files with 4 additions and 19 deletions
@@ -28,7 +28,6 @@ body {
}
}
.sidebar-sticky {
position: relative;
top: 0;
@@ -69,20 +68,6 @@ body {
text-transform: uppercase;
}
/*
* Content
*/
[role="main"] {
padding-top: 133px; /* Space for fixed navbar */
}
@media (min-width: 768px) {
[role="main"] {
padding-top: 48px; /* Space for fixed navbar */
}
}
/*
* Navbar
*/
@@ -96,8 +81,8 @@ body {
}
.navbar .navbar-toggler {
top: 4px;
right: 4px;
top: .25rem;
right: 1rem;
}
.navbar .form-control {