💄 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 h2 {
|
||||
font-size: x-large;
|
||||
font-size: larger;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.cv h3 {
|
||||
font-size: large;
|
||||
font-weight: 700;
|
||||
.cv h4 {
|
||||
font-size: medium;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.cv-date {
|
||||
|
|
Loading…
Add table
Reference in a new issue