1
0
forked from fr/deguapp
deguapp/frontend/css/home.css
2023-11-09 01:36:43 +01:00

13 lines
132 B
CSS

.main-wrapper h1 {
text-align: center;
}
.card-wrapper {
display: flex;
flex-wrap: wrap;
gap: 2rem;
}
.card {
width: 15rem;
}