From c6d0cd3fca3cc9cacdb4c5a88797d00ae5560841 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Thu, 19 Oct 2023 03:17:21 -0400 Subject: Dream up a style for the frontend --- static/css/mobile.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 static/css/mobile.css (limited to 'static/css/mobile.css') diff --git a/static/css/mobile.css b/static/css/mobile.css new file mode 100644 index 0000000..364d400 --- /dev/null +++ b/static/css/mobile.css @@ -0,0 +1,3 @@ +@media screen and (max-width: 700px) { + +} -- cgit v1.2.3