mirror of
https://github.com/TheThomaas/my-online-cookbook.git
synced 2026-01-11 04:11:47 +00:00
Improve cards layout
This commit is contained in:
parent
48296246c5
commit
32911bf2c1
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue