diff --git a/assets/styles.css b/assets/styles.css index 3e69e7b..6ada8d3 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -77,11 +77,12 @@ input[type=number]{ body > section > .banner, body > section > .container > .banner { padding-left: 4.3rem; + padding-right: 4.3rem; } .banner.enabled { border-left-color: transparent; - background: #bbfbff; + background: #cde; } .banner.disabled { diff --git a/components/Banner.html b/components/Banner.html index bad7215..76e4733 100644 --- a/components/Banner.html +++ b/components/Banner.html @@ -3,15 +3,21 @@