Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
philffm committed Jul 7, 2024
1 parent 86ee229 commit 0f78557
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bookmarklet-generator/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ body {
padding: 0;
display: flex;
justify-content: center;
align-items: center;
align-items: auto;
height: 100vh;
}
.container {
background: #fff;
border-radius: 16px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
padding: 24px;
margin-top: 20px;
max-width: 500px;
width: 100%;
}
Expand Down

0 comments on commit 0f78557

Please sign in to comment.