diff --git a/ui/scss/component/section.scss b/ui/scss/component/section.scss index 3524f4d0d..3ef76e8d5 100644 --- a/ui/scss/component/section.scss +++ b/ui/scss/component/section.scss @@ -23,6 +23,7 @@ display: flex; align-items: flex-start; justify-content: space-between; + flex-wrap: wrap; } .section__flex { diff --git a/ui/scss/themes/light.scss b/ui/scss/themes/light.scss index 9ae0d4d44..79a4b2237 100644 --- a/ui/scss/themes/light.scss +++ b/ui/scss/themes/light.scss @@ -12,7 +12,7 @@ --color-button-border: var(--color-gray-3); // Color - --color-background: #f9f9f9; + --color-background: #fafafa; --color-background--splash: #212529; --color-border: #ededed; --color-background-overlay: #21252980;