.main-content{
width: 800px;
height: 680px;
position: relative;
}
.main-content-scroll{
max-height: 100%;
overflow-y: auto;
background-color: red;
}
.post {
padding: 20px;
display: flex;
margin-bottom: 20px;
}
.post-img{
margin-top: auto;
margin-bottom: auto;
width: 130px;
margin-right: 20px;
margin-left: -60px;
}
.main-content{
width: 800px;
height: 680px;
position: relative;
}
.main-content-scroll{
max-height: 100%;
overflow-y: auto;
background-color: red;
}
.post {
padding: 20px;
display: flex;
margin-bottom: 20px;
}
.post-img{
margin-top: auto;
margin-bottom: auto;
width: 130px;
margin-right: 20px;
margin-left: -60px;
}