Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
Signed-off-by: Héric Moura <[email protected]>
  • Loading branch information
hericmr authored Aug 9, 2023
1 parent a1886dc commit 06ce2e8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ body {
}

.profile {
width: 50%;
width: 42%;
position: fixed;
top: 0;
left: 0;
Expand Down Expand Up @@ -48,9 +48,9 @@ article {
}

article {
margin-left: 50%;
margin-left: 43%;
position: relative;
max-width: 66em;
max-width: 88em;
}

header {
Expand All @@ -67,10 +67,10 @@ h1 .headline-2 {
line-height: 1;
}
h1 .headline-1 {
font-size: 10.5vw;
font-size: 9vw;
}
h1 .headline-2 {
font-size: 8vw;
font-size: 6vw;
}

.subheading {
Expand All @@ -83,7 +83,7 @@ h1 .headline-2 {
}

section {
column-width: 14em;
column-width: 20em;
column-gap: 1.33em;
padding: 0 3em;
}
Expand Down

0 comments on commit 06ce2e8

Please sign in to comment.