diff --git a/static/style.css b/static/style.css index 6fb3607..b8167ad 100644 --- a/static/style.css +++ b/static/style.css @@ -133,7 +133,7 @@ header { display: flex; justify-content: center; align-items: center; - padding: 15px; + padding: 50px; } .loading { @@ -212,6 +212,7 @@ header { justify-content: left; align-items: center; gap: 10px; + flex-wrap: wrap; } .amount-selector { @@ -233,7 +234,7 @@ header { height: 10px; padding: 15px; font-size: 1.1rem; - width: 100%; + flex: 1; min-width: 180px; overflow: ellipsis; }