style updates
All checks were successful
PDX Pecularities Server / deploy (push) Successful in 1s

This commit is contained in:
david 2025-04-07 23:16:10 -07:00
parent 01362715b9
commit f39b8439c0

View File

@ -11,12 +11,17 @@ main {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: center; /* align-content: center; */
align-items: center;
/* justify-content: center; */
} }
div { div.section {
display: flex; /* flex-basis: 0; */
flex-direction: column; width: 60%;
flex: 1;
/* display: flex;
flex-direction: column; */
} }
h1 { h1 {