This commit is contained in:
RochesterX
2025-11-26 23:31:13 -05:00
parent b894d397dc
commit 394946234d

View File

@@ -17,6 +17,8 @@ body {
.header { .header {
grid-area: header; grid-area: header;
margin-left: 20px;
margin-right: 20px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
height: 100px; height: 100px;
@@ -37,6 +39,7 @@ body {
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
justify-content: flex-end; justify-content: flex-end;
gap: 10px;
} }
.nw { .nw {
@@ -57,9 +60,10 @@ body {
.box { .box {
border: 2px solid #AAAAAA; border: 2px solid #AAAAAA;
border-radius: 10px; border-radius: 16px;
margin: 4px; margin: 4px;
padding: 12px; padding: 12px;
padding-top: 6px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: flex-start; justify-content: flex-start;