From 28d9fb3d67d1e679a468a9f7ac5c038347981395 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Sat, 26 Dec 2015 18:40:14 +0100 Subject: [PATCH] Even lower, only small screen'ed phones will need this tbh --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index df2d355..4622c5d 100644 --- a/static/style.css +++ b/static/style.css @@ -63,7 +63,7 @@ body { animation: rise 1s ease-out; } -@media all and (max-width: 480px){ +@media all and (max-width: 380px){ .links li { width: 40%; margin-bottom: 20px;