summaryrefslogtreecommitdiff
path: root/static/css/mobile.css
diff options
context:
space:
mode:
authorCarson Fleming <cflems@cflems.net>2023-10-19 03:17:21 -0400
committerCarson Fleming <cflems@cflems.net>2023-10-19 03:17:21 -0400
commitc6d0cd3fca3cc9cacdb4c5a88797d00ae5560841 (patch)
tree061a3a5bbaeb5d99086ddd3a93ba20e6a2667126 /static/css/mobile.css
parent85f217f63e248ae0df44368a6a0d03620955f170 (diff)
downloadfle.ms-c6d0cd3fca3cc9cacdb4c5a88797d00ae5560841.tar.gz
Dream up a style for the frontend
Diffstat (limited to 'static/css/mobile.css')
-rw-r--r--static/css/mobile.css3
1 files changed, 3 insertions, 0 deletions
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) {
+
+}