Template:Dialogue sfx/styles.css: Difference between revisions

Template page
Content added Content deleted
mNo edit summary
No edit summary
 
Line 1: Line 1:
.dialogue-sfx {
.dialogue-sfx {
display: flex;
text-align: center;
flex-direction: column;
align-items: center;
gap: 0.5em;
}
}



Latest revision as of 20:27, 29 April 2023

.dialogue-sfx {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5em;
}

.dialogue-sfx.modern {
	margin: 2em 0;
}

.dialogue-sfx.traditional {
	margin: 1em 0;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.