mirror of
https://github.com/Mikaela/cv.git
synced 2025-08-19 11:07:26 +02:00
Compare commits
2 Commits
f2a6e6154f
...
052c758a5f
Author | SHA1 | Date | |
---|---|---|---|
052c758a5f | |||
95baa3fa87 |
@ -1,19 +1,25 @@
|
|||||||
---
|
---
|
||||||
# front-end
|
# front-matter
|
||||||
---
|
---
|
||||||
|
|
||||||
: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;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user