Skip to content

Commit c010e6b

Browse files
author
AzamAzis
committed
Fix UI
1 parent 9f13da4 commit c010e6b

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

style.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ img {
141141
.result {
142142
color: #80ff72;
143143
font-size: 1.25rem;
144+
display: flex;
145+
flex-direction: column;
146+
align-items: center;
144147
font-weight: 600;
145148
inset: 0;
146149
opacity: 0;
@@ -153,13 +156,9 @@ img {
153156
.result::before {
154157
content: "";
155158
background: url("img/party-popper.png") no-repeat center / cover;
156-
display: block;
157-
bottom: 0;
158-
right: 0;
159-
/* position: absolute; */
159+
display: grid;
160160
width: 2.5rem;
161161
height: 2.5rem;
162-
place-self: center;
163162
}
164163

165164
/* **RESET BUTTON */

0 commit comments

Comments
 (0)