diff --git a/stream.html b/stream.html index 3e3ad7c..ebc86ac 100644 --- a/stream.html +++ b/stream.html @@ -22,22 +22,24 @@ html, body { display: flex; justify-content: center; } -#odds { +#oddsBar { width: calc(100% - 4rem); height: 1.5rem; display: flex; gap: 0.5rem; margin: auto; - margin-bottom: 1rem + margin-bottom: 1rem; + align-items: center; } -#odds > div { +#oddsBar > div { height: 100%; font-size: 1.3rem; display: flex; align-items: center; transition: width 0.5s ease; padding: 0 1rem; - border-radius: 0.5rem + border-radius: 0.5rem; + justify-content: space-between; } #team1 { background: blue; @@ -55,9 +57,13 @@ html, body {