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:
parent
95baa3fa87
commit
052c758a5f
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user