From 87b6c4662b4749a103b5adf4cd449066aa8dbe39 Mon Sep 17 00:00:00 2001 From: hellerve Date: Wed, 27 Mar 2019 15:02:43 +0100 Subject: [PATCH] mobile updates --- index.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 2dd8fb3..a21d718 100644 --- a/index.html +++ b/index.html @@ -19,6 +19,7 @@ width: 100vw; height: 100vh; margin: 0; + background-color: #fafaf3; } .main { max-width: 600px; @@ -78,11 +79,6 @@ .definition .addendum { font-size: 16px; } - @media(max-device-width: 700px) { - body { - font-size: 36px; - } - } @media(max-width: 700px) { .broken-up { display: block; @@ -90,6 +86,12 @@ .broken-up li { list-style: circle; } + .main h1 { + font-size: 20px; + } + .main ul { + padding: 0; + } } Veit Heller—Technologist at Large