Skip to content

Commit

Permalink
tweak header styles
Browse files Browse the repository at this point in the history
  • Loading branch information
tblackwell-tm committed Mar 4, 2024
1 parent 6132fdb commit 746f079
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions example/src/App.css
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
body {
margin: 0;
font-family: 'Roboto', arial, sans-serif;
font-family: arial, sans-serif;
}
header {
display: flex;
align-items: center;
gap: 0.5rem;
color: #fff;
background: #24292e;
padding: 1.3rem 1.5rem;
}
.logo {
font-family: 'Vollkorn', serif;
font-size: 1.6rem;
letter-spacing: -0.02em;
margin: 0;
}
.example {
font-size: 1.4rem;
margin-left: 0.4rem;
opacity: 0.7;
font-size: 1.2rem;
background-color: white;
color: #24292e;
padding: 0.25rem 0.5rem;
border-radius: 4px;
}
main {
margin: 0 auto;
Expand Down

0 comments on commit 746f079

Please sign in to comment.