6 lines
72 B
CSS
6 lines
72 B
CSS
.recipe {
|
|
align-items: center;
|
|
display: flex;
|
|
gap: 0.2em;
|
|
}
|