Skip to content

Commit

Permalink
avoid wrong width + button centering
Browse files Browse the repository at this point in the history
  • Loading branch information
luttje committed Dec 5, 2022
1 parent a86da6b commit 1656fba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/styles/css-pokemon-gameboy.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/styles/css-pokemon-gameboy.css.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/scss/frames.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
margin: $padding 0 0 0;
width: 100%;
max-width: 100%;
min-width: $min-width;

&.no-hd{
border-image: url('./images/frame.png') 7 round;
Expand Down
1 change: 1 addition & 0 deletions src/scss/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ button, .button{
border: none;
padding: 0 0 0 $padding;
text-transform: uppercase;
text-align: left;
cursor: pointer;

&:hover::before{
Expand Down

0 comments on commit 1656fba

Please sign in to comment.