diff --git a/src/_sass/components/_cookie-notice.scss b/src/_sass/components/_cookie-notice.scss index 2abcf3cccb..3da43039bb 100644 --- a/src/_sass/components/_cookie-notice.scss +++ b/src/_sass/components/_cookie-notice.scss @@ -4,7 +4,7 @@ display: none; justify-content: center; background-color: $site-color-white; - padding: 1.5rem; + padding: 1.25rem; position: fixed; bottom: 0; width: 100%; @@ -28,12 +28,17 @@ .container { display: flex; - justify-content: space-between; + justify-content: center; align-items: center; max-width: 1080px; min-width: 0; width: auto; - gap: 1.5rem; + gap: 1rem; + flex-wrap: wrap; + + @media (min-width: 576px) { + flex-wrap: nowrap; + } .button-group { display: flex;