diff --git a/static/style.css b/static/style.css index 78f41d2..636ad40 100644 --- a/static/style.css +++ b/static/style.css @@ -25,7 +25,7 @@ body { .page { width: 100%; - max-width: 920px; + max-width: 720px; padding: 10px; margin-left: auto; margin-right: auto; @@ -59,10 +59,16 @@ body { font-size: 12pt; display: inline-block; padding: 5px; - width: 25%; + width: 20%; animation: rise 1s ease-out; } +@media all and (max-width: 600px){ + .links li { + width: 40%; + } +} + .links li a, .fileLink { color: inherit; text-decoration: none;