center styling

This commit is contained in:
Barrett Ruth 2026-01-14 13:15:31 -05:00
parent 3304d8ee78
commit 49e7389f9d

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;