From 20b7851aca47525955f151fb39ab485abe5bb140 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Tue, 22 Aug 2023 09:06:27 +0100 Subject: Relativises stuff to relative rem --- public/css/variables/typography.md.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 public/css/variables/typography.md.css (limited to 'public/css/variables/typography.md.css') 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 -- cgit v1.2.3