Skip to content

Commit

Permalink
Merge pull request #60 from Financial-Times/remove-deprecated-sass-di…
Browse files Browse the repository at this point in the history
…vision

Remove deprecated Sass division
  • Loading branch information
metart43 committed Feb 6, 2024
2 parents 094518a + 27d6d42 commit de3b3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
box-sizing: border-box;
display: block;
text-decoration: none;
padding: $spacing-unit/2 $spacing-unit;
padding: $spacing-unit*0.5 $spacing-unit;
display: block;
background: none;
border: 0;
Expand Down

0 comments on commit de3b3aa

Please sign in to comment.