Merge pull request #50 from barrettruth/feat/mobile

center styling
This commit is contained in:
Barrett Ruth 2026-01-14 12:17:06 -06:00 committed by GitHub
commit b228c75da5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,10 +3,14 @@
max-width: 55%;
margin: 0 auto;
padding: 0 clamp(20px, 5vw, 60px);
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
}
header {
padding: clamp(80px, 15vw, 150px) 0 clamp(50px, 10vw, 80px) 0;
padding: clamp(30px, 5vw, 50px) 0;
display: flex;
align-items: center;
justify-content: space-between;