More languages
More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
.infobox-essay{ | .infobox-essay{ | ||
display:flex; | |||
border- | 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%; | |||
} | } | ||
Revision as of 15:38, 16 September 2023
.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;
}