mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-19 05:18:16 +08:00
Add documentation header (skip-ci)
This commit is contained in:
@ -20,6 +20,17 @@ $thebackground: $gray-200;
|
||||
height: 15px;
|
||||
}
|
||||
|
||||
#topnav {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
#topnav .container {
|
||||
padding-top: 0px !important;
|
||||
padding-bottom: 0px !important;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
@media screen {
|
||||
@include media-breakpoint-up(md) {
|
||||
body {
|
||||
|
Reference in New Issue
Block a user