mainest main

This commit is contained in:
ethan merchant 2024-11-03 01:45:37 -05:00
parent e5f2080e4d
commit 78cb787323

View file

@ -175,12 +175,15 @@ body {
height: 100vh; height: 100vh;
transform: translateX(-2px); transform: translateX(-2px);
} }
#main {
height: 100dvh; height: 100dvh;
width: 100%;
margin: 0 auto; margin: 0 auto;
/* padding-top: 64px; */
display: flex; display: flex;
flex-flow: column; flex-flow: column;
align-items: center; align-items: center;
/* max-width: 1024px; */
padding-left: 58px;
} }
h1, h2 { h1, h2 {
letter-spacing: 2px; letter-spacing: 2px;