1
0
Fork 0
mirror of https://github.com/TheThomaas/my-online-cookbook.git synced 2026-01-11 20:21:49 +00:00

Improve cards layout

This commit is contained in:
Maël Brunet 2021-05-19 00:28:03 +02:00
parent 48296246c5
commit 32911bf2c1

View file

@ -5,8 +5,9 @@
}
.c-card {
margin: 0 auto;
width: 100%;
max-width: 600px;
margin: 0 auto;
display: flex;
flex-direction: column;
border-radius: 20px;