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; }