aboutsummaryrefslogtreecommitdiffstats
path: root/static/css/base.css
blob: dd08deb653fa272972f6a85ffc25c3ffbfbb152f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * skaschool website custom css
 * base.css (linked in 'base.html')
 *
 * Weitian LI
 */

body {
    position: relative; /* For scrollyspy */
    padding-top: 52px; /* Account for fixed navbar */
}

.navbar-btn {
    margin-left: 8px;
}