This commit is contained in:
Kenneth Jannette
2024-03-09 12:37:46 -06:00
parent 6a23c84e9f
commit 88a0c09a51

View File

@@ -47,13 +47,19 @@
margin-top: 8px;
}
.stats-container {
margin: 12px 0px;
}
.stats-row-box {
display: flex;
flex-direction: row;
align-items: center;
border: 1px solid orange;
border-radius: 10px;
background-color: #f5f5f5;
margin: 12px 0px;
padding: 0px 6px;
background-color: #f5f5f5;
height: 42px;
border-radius: 6px;
}