Skip to content

Commit

Permalink
add letter spacing variables
Browse files Browse the repository at this point in the history
  • Loading branch information
TarasKachmar2022 committed Mar 8, 2024
1 parent 51dae19 commit 9ff1e3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sass/base/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ h5,
h6,
p {
margin: 0;
letter-spacing: 0em;
letter-spacing: var(--ls);
}

ul,
Expand Down
3 changes: 2 additions & 1 deletion src/sass/base/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
--lh-team-descr: 1.63em;
--lh-team-subtitle: 1.26em;
--lh-team-subdescr: 1.63em;

// Letter spacings
--ls: 0em;
// Text colors
--main-txt-cl: #ffffff;
--secondary-txt-cl: #333333;
Expand Down

0 comments on commit 9ff1e3f

Please sign in to comment.