1
0
mirror of https://github.com/Mikaela/cv.git synced 2024-11-22 08:29:24 +01:00

css: move box-sizing to root

This commit is contained in:
Aminda Suomalainen 2024-05-26 07:52:45 +03:00
parent 95baa3fa87
commit 052c758a5f
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -3,6 +3,7 @@
---
:root {
box-sizing: border-box;
color-scheme: dark light;
font-family: "Liberation Serif", "Tinos", "Times New Roman", serif;
margin: auto;
@ -12,10 +13,6 @@
max-width: 210mm;
}
* {
box-sizing: border-box;
}
a {
text-decoration: underline;
}