You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
390 B

1 year ago
.index-content
1 year ago
width: 98%;
1 year ago
display: flex;
flex-direction: row;
1 year ago
gap: 12px
1 year ago
.post-list
1 year ago
background-color: rgba(231, 225, 199, 0.5)
height: fit-content
1 year ago
padding: 4px 32px
1 year ago
display: flex
flex-direction: column
1 year ago
gap: 16px
1 year ago
width: 100%
1 year ago
// overflow-y: scroll
overflow-x: hidden
1 year ago
justify-content: space-between