Skip to content

Commit 8567f50

Browse files
committed
Remove Sass warning
- figure component had font size 14 for tablet and above, but nothing below 16 is recommended by the Design System - therefore removing, visual impact is minimal and acceptable
1 parent f761110 commit 8567f50

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/assets/stylesheets/components/_figure.scss

-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
@include govuk-font(16);
2828

2929
@include govuk-media-query($from: tablet) {
30-
@include govuk-font(14);
31-
3230
display: block;
3331
vertical-align: top;
3432
box-sizing: border-box;

0 commit comments

Comments
 (0)