mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
9 lines
140 B
SCSS
9 lines
140 B
SCSS
.item {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
max-width: 50vw;
|
|
margin: 1rem;
|
|
padding: 1rem;
|
|
outline: 1px #fff solid;
|
|
}
|