blob: fbc36c82e1d50bf488a4aa6be6d1e664ccac3503 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*!
* Start Bootstrap - Small Business (https://startbootstrap.com/template-overviews/small-business)
* Copyright 2013-2017 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-small-business/blob/master/LICENSE)
*/
body {
padding-top: 54px;
}
@media (min-width: 992px) {
body {
padding-top: 56px;
}
}
|