mirror of
https://github.com/Mikaela/cv.git
synced 2024-11-22 16:39:26 +01:00
css: move box-sizing to root
This commit is contained in:
parent
95baa3fa87
commit
052c758a5f
@ -3,6 +3,7 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
|
box-sizing: border-box;
|
||||||
color-scheme: dark light;
|
color-scheme: dark light;
|
||||||
font-family: "Liberation Serif", "Tinos", "Times New Roman", serif;
|
font-family: "Liberation Serif", "Tinos", "Times New Roman", serif;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
@ -12,10 +13,6 @@
|
|||||||
max-width: 210mm;
|
max-width: 210mm;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user