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 8, 2023
1 parent a3728e8 commit 3bb6af1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,9 @@ h1 .headline-2 {
}

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

section p:first-of-type:first-letter {
float: left;
font-size: 7em;
Expand Down Expand Up @@ -115,7 +114,8 @@ blockquote {
width: 9em;
background: #191919;
}
blockquote::before, blockquote::after {
blockquote::before,
blockquote::after {
color: #ccc;
font-size: 1.25em;
line-height: 0;
Expand Down

0 comments on commit 3bb6af1

Please sign in to comment.