diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-22 09:06:27 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-22 09:06:27 +0100 |
| commit | 20b7851aca47525955f151fb39ab485abe5bb140 (patch) | |
| tree | 3e62e5350e34169e02ec9c5f994b017fcb15082a /public/css/variables/typography.md.css | |
| parent | 552bb8d624017a4d810e33280e3ae84ab87eed5c (diff) | |
Relativises stuff to relative rem
Diffstat (limited to 'public/css/variables/typography.md.css')
| -rw-r--r-- | public/css/variables/typography.md.css | 3 |
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 |
