Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

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

Template page
Content added Content deleted
mNo edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
.dialogue-sfx {
.dialogue-sfx {
display: flex;
text-align: center;
flex-direction: column;
align-items: center;
gap: 0.5em;
}
}


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


.dialogue-sfx.compact {
.dialogue-sfx.traditional {
margin: 1em 0;
margin: 1em 0;
}
}

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.