Skip to content
Snippets Groups Projects
Commit f5fdf4f7 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

fixed horizontal scrolling on startpage

parent 820872ca
No related branches found
No related tags found
1 merge request!1464Development
...@@ -52,9 +52,11 @@ ...@@ -52,9 +52,11 @@
margin-top: 60px; margin-top: 60px;
width: 100%; width: 100%;
top: 100vh; top: 100vh;
left: 0;
position: absolute; position: absolute;
@media(min-width: 520px){ @media(min-width: 520px){
top: inherit; top: inherit;
left: inherit;
bottom: 100px; bottom: 100px;
position: inherit; position: inherit;
} }
......
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