Spaces:
Running on Zero
Running on Zero
| h1 { | |
| text-align: center; | |
| display: block; | |
| } | |
| #swap-btn { | |
| flex: 0 0 auto ; | |
| width: fit-content ; | |
| min-width: unset ; | |
| align-self: center; | |
| } | |
| #swap-btn button { | |
| width: 2.5rem; | |
| height: 2.5rem; | |
| min-width: unset; | |
| padding: 0; | |
| font-size: 1.25rem; | |
| border-radius: 50%; | |
| } | |