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