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