mirror of
https://gitlab.com/etc404/software-engineering-project.git
synced 2026-05-10 20:52:58 +00:00
no more smoosh image and also flex wrap
This commit is contained in:
@@ -188,9 +188,10 @@ body, html {
|
|||||||
.recipe-card {
|
.recipe-card {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
gap: 35px;
|
gap: 35px;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
flex-direction: column;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
@@ -213,5 +214,6 @@ body, html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.card-left, .card-right {
|
.card-left, .card-right {
|
||||||
|
flex-shrink: 0;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user