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

dont mask title on smartphones

parent eecaa517
No related branches found
No related tags found
No related merge requests found
...@@ -58,16 +58,18 @@ export default { ...@@ -58,16 +58,18 @@ export default {
transition: margin .5s ease-in-out; transition: margin .5s ease-in-out;
} }
main { main {
padding-top: 8rem; padding-top: 10rem;
position: relative; position: relative;
@media (min-width:768px) { @media (min-width:768px) {
padding-top: 5rem; padding-top: 8rem;
} }
} }
.fade-enter-active, .fade-leave-active { .fade-enter-active, .fade-leave-active {
transition: opacity .5s; transition: opacity .5s;
} }
.fade-enter, .fade-leave-to { .fade-enter, .fade-leave-to {
opacity: 0; opacity: 0;
} }
......
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