mobile css fixes

added media query to detect devices with touchscreen and set --left-column to 100% rather than 500px
This commit is contained in:
Redacted
2023-11-05 09:28:32 -06:00
committed by GitHub
parent 2919774c01
commit 3f75a211b3
7 changed files with 9 additions and 6 deletions
-1
View File
@@ -3,7 +3,6 @@
--font: 'system-ui', 'ui-sans-serif', 'system-ui', "Roboto", sans-serif;
--font-mono: 'ui-monospace', 'Consolas', monospace;
--font-size: 16px;
--left-column: 500px;
--primary-100: #2b303b;
--primary-200: #15181e;
--primary-300: #0a0c0e;