More languages
More actions
.infobox-essay{
display:flex;
flex-direction:row;
justify-content:flex-start;
align-items:center;
}
.essay-picture{
width:30%;
border-radius:5px;
height:150px;
border:1px solid black;
}
.essay-picture img{
}
.essay-content{
width:70%;
}
.essay-small{
font-size:0.8em;
}
.essay-big{
font-size:1.2em;
}
.essay-offset{
margin-left:15px;
}