This commit is contained in:
RochesterX
2025-11-26 23:27:36 -05:00
parent f84995ed8f
commit b894d397dc

View File

@@ -56,13 +56,15 @@ body {
} }
.box { .box {
border: 2px solid white; border: 2px solid #AAAAAA;
margin: 2px; border-radius: 10px;
padding: 4px; margin: 4px;
padding: 12px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: flex-start; justify-content: flex-start;
text-justify: center; text-justify: center;
gap: 5px;
} }
.grid-container { .grid-container {