Skip to content
Snippets Groups Projects
Commit 85d66a5c authored by Pierre-Jean CHANCELLIER's avatar Pierre-Jean CHANCELLIER
Browse files

fix paddingTop

parent dfc00d05
No related branches found
No related tags found
No related merge requests found
......@@ -71,15 +71,15 @@ export default {
transition: margin 0.5s ease-in-out;
}
main {
--paddingTop: 100px;
--paddingTop: 96px;
padding-top: var(--paddingTop);
position: relative;
@media (min-width: 576px) {
--paddingTop: 130px;
--paddingTop: 126px;
}
@media (min-width: 768px) {
--paddingTop: 100px;
--paddingTop: 96px;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment