adjusted css for mobile designs

This commit is contained in:
KS Jannette
2026-05-12 05:51:50 -04:00
parent c4b8022432
commit 3fc2c28b43
2 changed files with 7 additions and 3 deletions

View File

@@ -84,6 +84,7 @@ button {
max-width: 800px;
margin: 0 auto;
padding: 2rem;
background-color: red;
}
.page--wide {
@@ -412,6 +413,8 @@ button {
}
.page {
background-color: var(--color-bg);
height: 900px;
padding: 1rem 0.75rem;
}