mirror of
https://github.com/027xiguapi/code-box.git
synced 2026-04-28 15:22:15 +00:00
18 lines
319 B
SCSS
18 lines
319 B
SCSS
.feed {
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 16px;
|
|
:global {
|
|
.item {
|
|
text-align: center;
|
|
.item-img {
|
|
width: 80%;
|
|
}
|
|
.desc {
|
|
font-size: 16px;
|
|
display: block;
|
|
}
|
|
}
|
|
}
|
|
}
|