Skip to content

Commit

Permalink
Minor text fixes for navigation links
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconrad committed Sep 19, 2024
1 parent edbe252 commit fb29f17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/styles/_base/_text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@
}
}

.h5 {
padding-top: calc( var( --vertical-adjustment ) * 2.5 );
}

.h1 {
@include fontvwclamp( 400, 896, 2000 );
}
Expand All @@ -85,6 +81,10 @@

.h5 {
@include fontvwclamp( 88, 140, 220 );

padding-top: calc( var( --vertical-adjustment ) * 2.5 );
padding-left: 1.5px;
padding-bottom: calc( var( --vertical-adjustment ) * 1.25 );
}

.h6 {
Expand Down

0 comments on commit fb29f17

Please sign in to comment.