mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 11:47:56 +01:00
9 lines
124 B
SCSS
9 lines
124 B
SCSS
|
|
.postListContainer {
|
||
|
|
flex: 1 1 auto;
|
||
|
|
|
||
|
|
border: 1px solid black;
|
||
|
|
border-radius: 4px;
|
||
|
|
|
||
|
|
padding: 8px;
|
||
|
|
margin: 8px;
|
||
|
|
}
|