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

Template page
No edit summary
No edit summary
Line 2: Line 2:
border-bottom:1px solid gray;
border-bottom:1px solid gray;
padding: 8px 0;
padding: 8px 0;
}
.essay-small{
font-size:0.7em;
}
.essay-big{
font-size:1.2em;
}
}

Revision as of 14:47, 16 September 2023

.infobox-essay{
	border-bottom:1px solid gray;
	padding: 8px 0;
}

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

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