summaryrefslogtreecommitdiff
path: root/public/css/variables/typography.xs.css
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-26 08:24:35 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-26 08:24:35 +0100
commit0128568e2221f1d0d5df9fe3a1ab6e5911c0655a (patch)
tree17141b6a9910a8edea9bd02d293414f79dc0c9f0 /public/css/variables/typography.xs.css
parent4e4486f60ea2a09a91a875f20f276ad2693ddfaf (diff)
Adds xs breakpoint
Diffstat (limited to 'public/css/variables/typography.xs.css')
-rw-r--r--public/css/variables/typography.xs.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/public/css/variables/typography.xs.css b/public/css/variables/typography.xs.css
new file mode 100644
index 0000000..2c36d1d
--- /dev/null
+++ b/public/css/variables/typography.xs.css
@@ -0,0 +1,9 @@
+:root {
+ --font-size-0: calc(7 * var(--relative-eighth-rem));
+ --font-size-1: calc(9 * var(--relative-eighth-rem));
+ --font-size-2: calc(12 * var(--relative-eighth-rem));
+ --font-size-3: calc(16 * var(--relative-eighth-rem));
+ --font-size-4: calc(20 * var(--relative-eighth-rem));
+ --font-size-5: calc(26 * var(--relative-eighth-rem));
+ --font-size-6: calc(32 * var(--relative-eighth-rem));
+} \ No newline at end of file