Add more space between overview stats cards
This commit is contained in:
parent
75403d9663
commit
23e734aa54
1 changed files with 4 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue