Spaces:
Running on Zero
Running on Zero
File size: 312 Bytes
0605911 42eb1dd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | h1 {
text-align: center;
display: block;
}
#swap-btn {
flex: 0 0 auto !important;
width: fit-content !important;
min-width: unset !important;
align-self: center;
}
#swap-btn button {
width: 2.5rem;
height: 2.5rem;
min-width: unset;
padding: 0;
font-size: 1.25rem;
border-radius: 50%;
}
|