Skip to content

Commit

Permalink
feat: responsivity
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev committed Dec 21, 2024
1 parent 89b0f04 commit ba36a2c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ header {
display: flex;
justify-content: center;
align-items: center;
padding: 15px;
padding: 50px;
}

.loading {
Expand Down Expand Up @@ -212,6 +212,7 @@ header {
justify-content: left;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}

.amount-selector {
Expand All @@ -233,7 +234,7 @@ header {
height: 10px;
padding: 15px;
font-size: 1.1rem;
width: 100%;
flex: 1;
min-width: 180px;
overflow: ellipsis;
}
Expand Down

0 comments on commit ba36a2c

Please sign in to comment.