💄 small cv-css fix
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
3c59e048cf
commit
e4743a0164
1 changed files with 4 additions and 4 deletions
|
@ -159,13 +159,13 @@ p {
|
||||||
|
|
||||||
/* CV */
|
/* CV */
|
||||||
.cv h2 {
|
.cv h2 {
|
||||||
font-size: x-large;
|
font-size: larger;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cv h3 {
|
.cv h4 {
|
||||||
font-size: large;
|
font-size: medium;
|
||||||
font-weight: 700;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cv-date {
|
.cv-date {
|
||||||
|
|
Loading…
Add table
Reference in a new issue