More responsiveness
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 29s
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 29s
This commit is contained in:
@@ -373,7 +373,15 @@ const sectionTargets = {
|
||||
}
|
||||
|
||||
@media screen and (max-width: 900px) {
|
||||
margin-top: 60px;
|
||||
margin-top: 100px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
margin-top: 140px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
margin-top: 180px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user