aboutsummaryrefslogtreecommitdiff
path: root/src/index.css
diff options
context:
space:
mode:
authorNicolas James <Eele1Ephe7uZahRie@tutanota.com>2025-02-14 16:40:30 +1100
committerNicolas James <Eele1Ephe7uZahRie@tutanota.com>2025-02-14 16:40:30 +1100
commit6e1fbeceedada4de17a12bb25fad9c28933d6b29 (patch)
tree2be3e99cca95949f1153e3276af2b4497b98191e /src/index.css
initial commit
Diffstat (limited to 'src/index.css')
-rw-r--r--src/index.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/index.css b/src/index.css
new file mode 100644
index 0000000..ebb3fc5
--- /dev/null
+++ b/src/index.css
@@ -0,0 +1,20 @@
+:root {
+ font-size: calc(1vw + 0.6em);
+ font-family: 'Pitagon Sans Mono', monospace;
+ letter-spacing: 0.04em;
+ overscroll-behavior: none;
+}
+@media (min-width: 50em) {
+ :root {
+ font-size: 1.125em;
+ }
+}
+
+:root {
+ box-sizing: border-box;
+}
+*,
+*::before,
+*::after {
+ box-sizing: inherit;
+}