diff --git a/blocks/footer/footer.css b/blocks/footer/footer.css index 469f596..ae4143f 100644 --- a/blocks/footer/footer.css +++ b/blocks/footer/footer.css @@ -36,6 +36,7 @@ footer { margin: 0 0 25px; padding: 0; + /* stylelint-disable-next-line no-descending-specificity */ a { text-decoration: none; @@ -58,6 +59,4 @@ footer { top: 2px; } } - - }