Template:Feedback/styles.css: Difference between revisions

From Equinox Wiki
No edit summary
No edit summary
Line 3: Line 3:
padding: 0 1rem;
padding: 0 1rem;
border-radius: .125rem;
border-radius: .125rem;
}
.feedback p {
margin-bottom: .125rem;
margin-top: .125rem;
}
}

Revision as of 07:16, 30 December 2024

.feedback {
	border-left: 4px #f0bc00 solid;
	padding: 0 1rem;
	border-radius: .125rem;
}
.feedback p {
	margin-bottom: .125rem;
	margin-top: .125rem;
}