From e7d99fed9636d6ccea70f6e51b03b67ddcf17d84 Mon Sep 17 00:00:00 2001 From: Erin Nova Date: Mon, 24 Jan 2022 07:40:04 -0500 Subject: [PATCH] Move un-minified CSS to main folder --- static/en/style.css => style.css | 8 ++++++++ 1 file changed, 8 insertions(+) rename static/en/style.css => style.css (96%) diff --git a/static/en/style.css b/style.css similarity index 96% rename from static/en/style.css rename to style.css index d7d803c..24f91ae 100644 --- a/static/en/style.css +++ b/style.css @@ -29,6 +29,7 @@ body { font-family: 'Atkinson Hyperlegible', sans-serif; } + a { color: var(--link); padding: 5px; @@ -57,6 +58,13 @@ ul { column-count: 3; } +@media only screen and (max-width: 768px) { + + ul { + column-count: 1; + } +} + ul.recipe { column-count: 1; }