Cleaning
This commit is contained in:
parent
fc87dacde9
commit
e6e3de5b91
1 changed files with 6 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue