From 2b9c2128b709783ac95d028e9b6e3452391d2071 Mon Sep 17 00:00:00 2001 From: nek0 Date: Thu, 19 Dec 2019 23:05:17 +0100 Subject: [PATCH] more responsive --- site/css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/css/default.css b/site/css/default.css index 36c3514..473f9f7 100644 --- a/site/css/default.css +++ b/site/css/default.css @@ -169,7 +169,7 @@ div.info { margin: 2em 0 2em; } -@media screen and (max-width: 600px){ +@media screen and (max-width: 750px){ #logo { position: initial; }