Skip to content

Commit

Permalink
⚰️ refactor: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Jul 5, 2023
1 parent 67173f2 commit 8c5f305
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions sass/parts/_header.scss
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
header {
font-family: 'Inter Subset', var(--sans-serif-font);
width: 100%;

.main {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
gap: 12px;
font-size: 1.5rem;
margin-bottom: 10px;
}
}
}

.page-header {
font-size: 3em;
Expand Down

0 comments on commit 8c5f305

Please sign in to comment.