1
0
mirror of https://github.com/Mikaela/cv.git synced 2025-08-19 11:07:26 +02:00

Compare commits

..

No commits in common. "052c758a5f453fb18fc3add1b1db7c958de72dcb" and "f2a6e6154fd758d2e6f36071762542f374979bc8" have entirely different histories.

View File

@ -1,25 +1,19 @@
--- ---
# front-matter # front-end
--- ---
: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;
line-height: 1.2;
//letter-spacing: 0.5px;
// A4 paper // A4 paper
max-width: 210mm; max-width: 210mm;
} }
* {
box-sizing: border-box;
}
a { a {
text-decoration: underline; text-decoration: underline;
} }
pre,
code {
font-family: "Liberation Mono", "Cousine", "Courier New", monospace;
// rem, root element, em, current element
font-size: 0.8em;
}