diff --git a/frontend/components/InfoBanner/_styles.scss b/frontend/components/InfoBanner/_styles.scss index b4c98e5816..c2b25a6a01 100644 --- a/frontend/components/InfoBanner/_styles.scss +++ b/frontend/components/InfoBanner/_styles.scss @@ -35,9 +35,9 @@ } &__info { - display: flex; - flex-direction: column; - gap: $pad-small; + p { + margin: $pad-small 0 0 0; + } } &__cta { @@ -65,8 +65,4 @@ } } } - - p { - margin: 0; - } }