diff --git a/app.css b/app.css index 478894f..e3b500c 100644 --- a/app.css +++ b/app.css @@ -5,7 +5,6 @@ body { } canvas{ - margin-left: 5rem; height: 50rem; } @@ -44,23 +43,17 @@ ul { text-align: center; } +.item-delete { + width: 1rem; + height: 1rem; + float: right; +} + .light-dark-mode { float: right; padding: 1rem; } -.remove-all-items-button { - width: 5.4rem; -} - -.roulette-wheel { - position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - z-index: -1; -} - .menu { width: 24rem; } @@ -74,11 +67,18 @@ ul { height: 3rem; } +.remove-all-items-button { + width: 5.4rem; +} -.item-delete { - width: 1rem; - height: 1rem; - float: right; +.roulette-wheel { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + z-index: -1; + margin-left: 5rem; + text-align: center; } .open-close-menu { @@ -86,6 +86,11 @@ ul { justify-content: right; } +.winner { + font-size: 32; + margin-bottom: 1rem; +} + @media screen and (max-width: 940px) { canvas{ margin-top: 5rem; diff --git a/index.html b/index.html index b96233f..de81c53 100644 --- a/index.html +++ b/index.html @@ -18,12 +18,13 @@ -->
- +