From 24f27300af0763e4df49d8195ba73ef3042b335e Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Sat, 26 Dec 2015 18:35:11 +0100 Subject: [PATCH] Smaller and more responsive site --- static/style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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;