Skip to content

Commit

Permalink
Fix css for image box sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
connorslade committed May 1, 2024
1 parent 672d67e commit ae92467
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/index.css

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

2 changes: 1 addition & 1 deletion web/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ hr {
margin-bottom: 1em;
padding: 0.5em;
width: 400px;
height: 272.5px;
min-height: 272.5px;

& [foot] {
max-width: 400px;
Expand Down

0 comments on commit ae92467

Please sign in to comment.