Skip to content

Commit

Permalink
Merge pull request #29 from gravem/19-make-the-bottom-corners-visible…
Browse files Browse the repository at this point in the history
…-upon-loading-the-page-2

Adjusted height on container.
  • Loading branch information
gravem authored Sep 25, 2024
2 parents e6d217c + 91f5f62 commit fa6ac9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ body {
}

.container {
min-height: 100vh;
min-height: calc(100vh - 140px);
width: 100%;
max-width: 500px;
padding: 2rem;
Expand Down Expand Up @@ -80,7 +80,6 @@ body {

@media (max-width: 600px) {
.container {
min-height: calc(100vh - 56px);
padding: 2rem 1.5rem;
margin: 0.5rem;
width: 100%;
Expand Down

0 comments on commit fa6ac9e

Please sign in to comment.