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

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