Skip to content

Commit

Permalink
Bump article width and slightly reduce 3xl font size
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrHovhannisyan committed Oct 1, 2022
1 parent 4505091 commit 2929c62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/assets/styles/partials/_tokens.scss
Expand Up @@ -50,7 +50,7 @@ $tokens: (
),
"3xl": (
min: 34px,
max: 48px,
max: 46px,
leading: "3xs",
),
"4xl": (
Expand Down
2 changes: 1 addition & 1 deletion src/assets/styles/partials/components/_post.scss
Expand Up @@ -2,7 +2,7 @@
@import "../mixins";

.post {
max-width: #{to-rems(800px)};
max-width: 78ch;
margin-inline: auto;

&-title {
Expand Down

0 comments on commit 2929c62

Please sign in to comment.