Skip to content

Commit

Permalink
Flexing fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
doudar committed Dec 16, 2024
1 parent 252e7ad commit e6ce772
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -397,12 +397,12 @@ input:focus + .slider {
gap: 1rem;
margin-bottom: 1.5rem;
background: rgba(0, 0, 0, 0.2);
padding: 1rem;
padding: 2em;
border-radius: 4px;
}
.number-input {
width: 120px;
padding: 0.75rem;
padding: 0rem;
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 4px;
background: rgba(255, 255, 255, 0.1);
Expand Down Expand Up @@ -440,8 +440,8 @@ input:focus + .slider {
display: grid;
gap: 2rem;
padding: 1rem 0;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
max-width: 1200px;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
max-width: 100%;
margin: 0 auto;
}
.settings-section {
Expand Down

0 comments on commit e6ce772

Please sign in to comment.