diff options
| author | Carson Fleming <cflems@cflems.net> | 2023-10-19 03:17:21 -0400 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2023-10-19 03:17:21 -0400 |
| commit | c6d0cd3fca3cc9cacdb4c5a88797d00ae5560841 (patch) | |
| tree | 061a3a5bbaeb5d99086ddd3a93ba20e6a2667126 /static/css/mobile.css | |
| parent | 85f217f63e248ae0df44368a6a0d03620955f170 (diff) | |
| download | fle.ms-c6d0cd3fca3cc9cacdb4c5a88797d00ae5560841.tar.gz | |
Dream up a style for the frontend
Diffstat (limited to 'static/css/mobile.css')
| -rw-r--r-- | static/css/mobile.css | 3 |
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) { + +} |
