fixes
All checks were successful
Deploy Pages / deploy (push) Successful in 21s

This commit is contained in:
2026-02-10 15:46:37 -05:00
parent 027b481290
commit 627c970374
3 changed files with 16 additions and 10 deletions

View File

@ -77,8 +77,8 @@
background-color: #EBEBEB;
border-radius: 30px;
padding: 3em 3em 2em 3em;
margin: 2em;
width: min(100%, 700px);
margin: 1em;
width: 90%;
max-width: 700px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
color: #000000;
@ -252,9 +252,7 @@
padding-top: calc(env(safe-area-inset-top, 1em));
}
.splash-box {
margin: 1em;
padding: 2em;
width: 90%;
}
.top-section {
flex-direction: column;