1
0
mirror of https://github.com/Mikaela/cv.git synced 2025-02-04 00:14:05 +01:00
cv/assets/css/style.scss
2024-05-27 13:01:59 +03:00

35 lines
562 B
SCSS

---
# front-matter
---
:root {
box-sizing: border-box;
color-scheme: dark light;
font-family: "Liberation Serif", "Tinos", "Times New Roman", serif;
margin: auto;
line-height: 1.2;
//letter-spacing: 0.5px;
// A4 paper
max-width: 210mm;
padding: auto;
}
a {
text-decoration: underline;
}
pre,
code {
font-family: "Liberation Mono", "Cousine", "Courier New", monospace;
// rem, root element, em, current element
font-size: 0.8em;
}
img {
float: right;
//padding: 1em;
//border: 1px solid;
border-radius: 50%;
margin: 1em;
}