13 lines
No EOL
167 B
CSS
13 lines
No EOL
167 B
CSS
body {
|
|
padding-top: 54px;
|
|
}
|
|
@media (min-width: 992px) {
|
|
body {
|
|
padding-top: 56px;
|
|
}
|
|
}
|
|
|
|
#container {
|
|
margin-top: 56px;
|
|
overflow-x: hidden;
|
|
} |