diff --git a/app/assets/stylesheets/_grids.scss b/app/assets/stylesheets/_grids.scss index 85551da03..024091fb3 100644 --- a/app/assets/stylesheets/_grids.scss +++ b/app/assets/stylesheets/_grids.scss @@ -120,19 +120,3 @@ .align-with-big-number-hint { margin-top: $gutter / 0.6; } - -.global-cookie-message { - p { - @extend %site-width-container; - } -} - -.footer-nav { - @include copy-16; - margin-bottom: $gutter-two-thirds; - - a { - display: inline-block; - margin-right: $gutter-half; - } -}