master
Dustin Swan 3 years ago
parent fc87dacde9
commit e6e3de5b91

@ -25,8 +25,12 @@ section {
scroll-margin-top: 100px;
}
@media (max-width: 600px) {
header { height: 130px; }
section { scroll-margin-top: 130px; }
header {
height: 130px;
}
section {
scroll-margin-top: 130px;
}
}
section:nth-child(even) {
background: #f8f8f8;

Loading…
Cancel
Save