Updated animation files

This commit is contained in:
Jake
2023-02-23 19:57:28 -07:00
parent 65f04df5a3
commit 07f2b0974a
8 changed files with 7 additions and 43 deletions

View File

@@ -454,12 +454,10 @@
.page-impact {
#map-light,
#map-light-small {
#map-light {
display: none;
}
#map-dark,
#map-dark-small {
#map-dark {
display: block;
}

View File

@@ -998,12 +998,10 @@ $placeholder-color: $gray-600;
}
}
#map-light,
#map-light-small {
#map-light {
display: block;
}
#map-dark,
#map-dark-small {
#map-dark {
display: none;
}