Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
abiteman committed Jan 24, 2025
1 parent bce7934 commit b124fc0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,10 @@ button:disabled {
padding: 3rem 2rem;
width: 100%;
max-width: 400px;
background-color: var(--container-bg);
border-radius: 16px;
box-shadow: 0 0 0 1px rgba(128, 128, 128, 0.1),
0 8px 16px rgba(0, 0, 0, 0.1);
}

.pin-header {
Expand Down

0 comments on commit b124fc0

Please sign in to comment.