chore: Moved reusable CSS classes to shared stylesheet
This commit is contained in:
@ -21,18 +21,6 @@
|
||||
.content > p:not(:first-child) {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
.alternating-background-container > :nth-child(2n-1) {
|
||||
background-color: var(--primary-alternating-color);
|
||||
}
|
||||
.alternating-background-container > :nth-child(2n) {
|
||||
background-color: var(--secondary-alternating-color);
|
||||
}
|
||||
.alternating-background-container > div {
|
||||
padding: 2rem 0;
|
||||
}
|
||||
.alternating-primary-brown {
|
||||
--primary-alternating-color: rgba(var(--brown), .21);
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.title {
|
||||
|
||||
Reference in New Issue
Block a user