mirror of
https://github.com/caperren/school_archives.git
synced 2025-11-09 21:51:15 +00:00
20 lines
285 B
CSS
20 lines
285 B
CSS
body {
|
|
padding-top: 70px;
|
|
padding-bottom: 30px;
|
|
background-color: black;
|
|
}
|
|
|
|
.theme-dropdown .dropdown-menu {
|
|
position: static;
|
|
display: block;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.theme-showcase > p > .btn {
|
|
margin: 5px auto;
|
|
}
|
|
|
|
.theme-showcase .navbar .container {
|
|
width: auto;
|
|
}
|