More languages
More actions
.essay-flex{
display:flex;
flex-direction:row;
justify-content:flex-start;
align-items:center;
}
.essay-picture{
width:25%;
border-radius:5px;
height:300px;
border:1px solid black;
margin-right:25px;
overflow:hidden;
}
.essay-picture img{
object-fit:cover;
height:300px;
margin:0 auto;
}
.essay-content{
width:75%;
}
.essay-small{
font-size:0.8em;
}
.essay-big{
font-size:1.2em;
}
.essay-offset{
margin-left:15px;
}