🖌️ fix order of rule set (#99)

Co-authored-by: Tatiana Mac <github@tatianamac.com>
This commit is contained in:
EJ Mason 2020-03-19 16:28:22 -07:00 committed by GitHub
parent fa5ce187f0
commit 6fa24fa1dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,11 +57,11 @@
.box { .box {
background: black; background: black;
color: white; color: white;
grid-column: span 2;
height: auto; height: auto;
margin: 1rem 0.5rem; margin: 1rem 0.5rem;
padding: 1rem; padding: 1rem;
grid-column: span 2;
a { a {
color: white; color: white;
} }