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.
20 lines
406 B
20 lines
406 B
.index-content
|
|
display: flex
|
|
flex-direction: row
|
|
justify-content: space-between
|
|
gap: 16px
|
|
.left-content
|
|
width: 73%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
gap: 16px;
|
|
.post-list
|
|
background-color: rgba(231, 225, 199, 0.5);
|
|
height: 1920px
|
|
width: 100%
|
|
|
|
.right-content
|
|
width: 24%
|
|
position: sticky
|
|
top: 16px
|
|
align-self: flex-start |