chore: consistent media grid spacing

This commit is contained in:
Cory Dransfeldt 2024-01-05 10:28:30 -08:00
parent 2969163164
commit f287c5fd61
No known key found for this signature in database
4 changed files with 9 additions and 8 deletions

View file

@ -1,8 +1,4 @@
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
from { transform: rotate(0deg) }
to { transform: rotate(360deg) }
}