Skip to content

Commit

Permalink
Fix "Let's go" button being stretched in the settings element.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matriks404 committed Jan 10, 2024
1 parent eb181c7 commit d47d9e4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ fieldset {
border-width: 1px;

padding: 6px 10px 14px 10px;

display: flex;
align-content: flex-start;

row-gap: 3px;
column-gap: 4px;
}

img {
image-rendering: pixelated;
}

main > fieldset {
display: flex;

width: 320px;

flex-flow: row wrap;
align-content: flex-start;

row-gap: 3px;
column-gap: 4px;
}

main > fieldset:only-of-type {
Expand Down Expand Up @@ -116,7 +116,7 @@ p {
#inner-fieldset {
display: flex;

margin: 8px 16px 16px 16px;
margin: 8px 16px 18px 16px;

gap: 16px;

Expand Down Expand Up @@ -173,12 +173,12 @@ p {
margin: 0 auto 24px auto;

max-width: 320px;

flex-flow: column nowrap;
}

#settings > button {
display: block;
margin: auto;
width: auto;

padding: 3px 8px 3px 8px;
}
Expand Down

0 comments on commit d47d9e4

Please sign in to comment.