comparison css/app.css @ 15:3011dd45c7b0

fix topbar behaviour
author Alex Krolick <whokilledtheelectricmonk@gmail.com>
date Sun, 08 Nov 2015 13:42:34 -0800
parents e210b708b330
children 3c8941fa46da
comparison
equal deleted inserted replaced
14:bc698651c94a 15:3011dd45c7b0
2 2
3 .page-content { 3 .page-content {
4 margin-top: 2rem; 4 margin-top: 2rem;
5 } 5 }
6 6
7 section { 7 .page-content section {
8 padding-top: 2.5rem; /* This is for anchor links with the fixed header */ 8 padding-top: 2.5rem; /* This is for anchor links with the fixed header */
9 margin-top: -2.5rem; 9 margin-top: -2.5rem;
10 padding-bottom: 2rem; 10 padding-bottom: 2rem;
11 } 11 }
12 12