Skip to content

Commit

Permalink
Increase letter spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
joebinns committed Jan 5, 2025
1 parent 0c2c766 commit b14d1a9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ h4 {
h1 {
font-size: 46px;
line-height: 1.3em;
letter-spacing: 0.03em;
}

h2 {
Expand Down Expand Up @@ -271,7 +272,7 @@ details details[open] summary::before {

logo {
text-decoration: none;
line-height: 1.2em;
letter-spacing: 0.03em;
width: 100%;
}

Expand Down Expand Up @@ -309,7 +310,7 @@ logo {
float: left;
display: inline-block;
vertical-align: top;
width: 133px;
width: 142px;
}

.logo-wrapper {
Expand Down Expand Up @@ -466,6 +467,8 @@ caption {
transition: .4s, background-position 0s;
mix-blend-mode: screen;
font-weight: normal;
letter-spacing: 0.03em;


-moz-border-radius: 4px;
-webkit-border-radius: 4px;
Expand Down

0 comments on commit b14d1a9

Please sign in to comment.