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

fix padding for older devices

parent e978be2d
No related branches found
No related tags found
1 merge request!2249Development
......@@ -40,6 +40,8 @@ div#tiles-container {
flex-wrap: wrap;
justify-content: center;
padding-top:8%;
padding-top: 8vh;
padding-top: 8dvh;
gap: @tile_gap;
margin-inline: auto;
......
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