From 25e9676784c81f59f4acdc558092844a31046d87 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 25 Jul 2018 20:57:24 +0200 Subject: [PATCH] add a min width so that mobile doesn't break :V --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index ffc0a44..8fdebee 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,5 @@ body { + min-width: 750px; margin-top: 106px; position: relative; font-family: Roboto;