Skip to content

Commit

Permalink
CSS tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartlynn committed Jan 14, 2025
1 parent cebef54 commit a8e632b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion maptcha/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ body {
display: flex;
place-items: center;
width:100vw;
height:100vh;
height:80vh;
min-width: 320px;
min-height: 100vh;
align-items: center;
Expand Down
1 change: 1 addition & 0 deletions maptcha/src/maptcha-landing-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class MaptchaLandingPage extends LitElement {
box-sizing: border-box;
padding:20px 10px;
background-color: #1a5310
color:white;
}
`

Expand Down

0 comments on commit a8e632b

Please sign in to comment.