master
yutent 2024-01-17 09:25:32 +08:00
parent 72f42773a3
commit 158bd68705
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ class Space extends Component {
flex-wrap: wrap;
align-items: center;
width: 100%;
height: 100%;
padding: calc(var(--gaps) / 2) 0;
gap: var(--gaps);
}