Edit CV grid layout and style

This commit is contained in:
Paul Nicoué 2025-06-06 16:51:54 +02:00
parent 34782c7d43
commit 1fef84cb02
2 changed files with 2 additions and 6 deletions

View file

@ -15,7 +15,6 @@ body {
a {
color: $black;
text-decoration: underline;
text-underline-position: under;
&:focus-visible {
outline: 1px dashed $black;

View file

@ -13,19 +13,16 @@
.cv__content {
display: grid;
grid-template-columns: auto 1fr;
column-gap: 0.5rem;
row-gap: 1rem;
gap: 0.5rem;
max-width: $content-width-s;
> h2 {
grid-column: 1 / span 2;
font-size: 1rem;
font-weight: 700;
margin: 0.5rem 0;
}
> h3 {
grid-column: 1 / span 1;
font-weight: 700;
}
> p {