Edit CV grid layout and style
This commit is contained in:
parent
34782c7d43
commit
1fef84cb02
2 changed files with 2 additions and 6 deletions
|
@ -15,7 +15,6 @@ body {
|
||||||
a {
|
a {
|
||||||
color: $black;
|
color: $black;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
text-underline-position: under;
|
|
||||||
|
|
||||||
&:focus-visible {
|
&:focus-visible {
|
||||||
outline: 1px dashed $black;
|
outline: 1px dashed $black;
|
||||||
|
|
|
@ -13,19 +13,16 @@
|
||||||
.cv__content {
|
.cv__content {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: auto 1fr;
|
grid-template-columns: auto 1fr;
|
||||||
column-gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
row-gap: 1rem;
|
|
||||||
max-width: $content-width-s;
|
max-width: $content-width-s;
|
||||||
|
|
||||||
> h2 {
|
> h2 {
|
||||||
grid-column: 1 / span 2;
|
grid-column: 1 / span 2;
|
||||||
font-size: 1rem;
|
margin: 0.5rem 0;
|
||||||
font-weight: 700;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
> h3 {
|
> h3 {
|
||||||
grid-column: 1 / span 1;
|
grid-column: 1 / span 1;
|
||||||
font-weight: 700;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
> p {
|
> p {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue