Skip to content

Commit

Permalink
line-height changed
Browse files Browse the repository at this point in the history
  • Loading branch information
e11sy committed Jul 13, 2024
1 parent fc938f2 commit a0d5926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/features.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default Vue.extend({
font-size: 36px;
font-weight: 800;
color: var(--color-text-main);
line-height: 45px;
line-height: 40px;
margin-bottom: 14px;
padding-top: 24px;
background-clip: text;
Expand All @@ -149,7 +149,7 @@ export default Vue.extend({
&-description {
font-size: 17px;
line-height: 27px;
line-height: 24px;
color: var(--color-text-second);
@media (--screen-small) {
Expand Down

0 comments on commit a0d5926

Please sign in to comment.