summaryrefslogtreecommitdiff
path: root/public/css/variables/typography.md.css
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-22 09:06:27 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-22 09:06:27 +0100
commit20b7851aca47525955f151fb39ab485abe5bb140 (patch)
tree3e62e5350e34169e02ec9c5f994b017fcb15082a /public/css/variables/typography.md.css
parent552bb8d624017a4d810e33280e3ae84ab87eed5c (diff)
Relativises stuff to relative rem
Diffstat (limited to 'public/css/variables/typography.md.css')
-rw-r--r--public/css/variables/typography.md.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/public/css/variables/typography.md.css b/public/css/variables/typography.md.css
new file mode 100644
index 0000000..ac94095
--- /dev/null
+++ b/public/css/variables/typography.md.css
@@ -0,0 +1,3 @@
+:root {
+ --font-size-relative-px: 0.08333rem;
+} \ No newline at end of file