Skip to content
Snippets Groups Projects
Verified Commit 69953244 authored by Jakob Moser's avatar Jakob Moser
Browse files

Improve responsiveness

parent 824bc596
No related branches found
No related tags found
No related merge requests found
Pipeline #6365 passed
......@@ -140,6 +140,18 @@ a.detail:hover {
}
@media (max-width: 480px) {
a.btn {
width: 8em;
height: 8em;
}
main {
column-gap: 2em;
margin: 2em;
}
}
@media (max-width: 310px) {
main {
grid-template-columns: repeat(1, min-content);
}
......
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