Template:Infobox essay/style.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 17: Line 17:
.essay-picture img{
.essay-picture img{
object-fit:cover;
object-fit:cover;
height:inherit;
height:300px;
width:inherit;
overflow:hidden;
margin-right:inherit;
}
}



Revision as of 15:45, 16 September 2023

.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;
	object-fit:cover
}

.essay-picture img{
	object-fit:cover;
	height:300px;
	overflow:hidden;
}

.essay-content{
	width:75%;
}

.essay-small{
	font-size:0.8em;
}

.essay-big{
	font-size:1.2em;
}

.essay-offset{
	margin-left:15px;
}