Skip to content

Commit

Permalink
scale fonts to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
filipslezaklab committed Oct 3, 2023
1 parent 424bc7d commit 92d7c25
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ html[data-theme="gray"] {
// shared
html {
// font scaling factor
--fonts-scale: 1.0;
--fonts-scale: 0.8;
//spacings
--spacing-xs: 4px;
--spacing-s: 10px;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/pages/article.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/assets/css/pages/contact.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/assets/css/pages/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/assets/css/pages/products.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/assets/css/pages/services.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 92d7c25

Please sign in to comment.