From a2473846b6f9f86f6a5629f037b15290ad601f50 Mon Sep 17 00:00:00 2001 From: Dustin Walker <> Date: Tue, 21 Feb 2023 23:44:33 -0500 Subject: Reichscrest should fit on mobile better now --- style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index d8e3286..44ef6c8 100644 --- a/style.css +++ b/style.css @@ -19,6 +19,16 @@ main { height: auto; } +@media screen and (max-width: 800px) { + .icon { + display: block; + margin: auto; + padding: 20px; + max-width: 50%; + height: auto; + } +} + p, h1, h2, h3, h4 { color: #dedede; } -- cgit v1.2.3