Skip to content

Commit

Permalink
update meta sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Gardner committed Jan 9, 2023
1 parent 4b8ffd2 commit 15d4a40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/css/components/meta.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.post-date {
display: block;
color: var(--gray-7);
font-size: var(--font-size-1);
margin-bottom: var(--size-2);
}

Expand All @@ -20,7 +21,7 @@

.post-tag {
display: flex;
font-size: var(--size-3);
font-size: var(--font-size-1);
text-decoration: none;
}

Expand Down
2 changes: 1 addition & 1 deletion src/css/utilities/helpers.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
.container {
margin: 0 auto;
max-width: 1600px;
max-width: 1200px;
}

.list-reset {
Expand Down

0 comments on commit 15d4a40

Please sign in to comment.