Add more space between overview stats cards

This commit is contained in:
Haishan 2022-06-06 00:27:48 +08:00
parent 75403d9663
commit 23e734aa54

View file

@ -4,10 +4,12 @@
align-items: center;
flex-wrap: wrap;
display: grid;
grid-template-columns: repeat(auto-fit, 180px);
grid-gap: 10px;
.sec {
padding: 10px;
width: 180px;
margin: 3px;
background-color: var(--color-bg-card);
border-radius: 10px;
box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);