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 {
border: 2px solid white;
margin: 2px;
padding: 4px;
border: 2px solid #AAAAAA;
border-radius: 10px;
margin: 4px;
padding: 12px;
display: flex;
flex-direction: column;
justify-content: flex-start;
text-justify: center;
gap: 5px;
}
.grid-container {