From 1a2c832b4ba2302eeb13bd4abc590ecfe6ffe60e Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Sat, 26 Dec 2015 18:38:13 +0100 Subject: [PATCH] Lower threshold --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index e0ea7a9..df2d355 100644 --- a/static/style.css +++ b/static/style.css @@ -63,7 +63,7 @@ body { animation: rise 1s ease-out; } -@media all and (max-width: 600px){ +@media all and (max-width: 480px){ .links li { width: 40%; margin-bottom: 20px;