Refactor font variable names and update CV section styles

This commit is contained in:
Paul Nicoué 2025-06-04 19:07:20 +02:00
parent 2eec141073
commit 055df518e4
3 changed files with 24 additions and 18 deletions

View file

@ -17,20 +17,26 @@
row-gap: 1rem;
max-width: $content-width-s;
h2 {
> h2 {
grid-column: 1 / span 2;
font-size: 1rem;
font-weight: 700;
}
h3 {
> h3 {
grid-column: 1 / span 1;
font-weight: 700;
}
p {
> p {
grid-column: 1 / span 2;
}
ul {
> ul {
grid-column: 2 / span 1;
display: flex;
flex-direction: column;
gap: 0.25rem;
}
}
}