Skip to content

Commit

Permalink
fix: minor style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aizad-deriv committed Mar 1, 2024
1 parent 3504523 commit 9541456
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/components/Text/Text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ $font-style-map: (

@each $size, $values in $mobile-font-size-map {
&__size--#{$size} {
@include mobile {
@include mobile-up {
font-size: map-get($values, size);
line-height: map-get($values, line_height);
}
Expand Down
2 changes: 1 addition & 1 deletion lib/styles/abstracts/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}

$font-serif: "IBM Plex Sans", sans-serif;
$base-font-size: 10px;
$base-font-size: 62.5%;

$font-sizes: (
"2xl": 3.2rem,
Expand Down
2 changes: 1 addition & 1 deletion lib/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@import "./abstracts/devices";
@import "./base/root";

body {
html {
font-family: #{$font-serif};
font-size: #{$base-font-size};
}

0 comments on commit 9541456

Please sign in to comment.