mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-06-24 05:35:10 +00:00
@@ -184,7 +184,7 @@ tr.new td {
|
||||
background-color: var(--bs-success-border-subtle);
|
||||
}
|
||||
100% {
|
||||
background-color: intial;
|
||||
background-color: initial;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -355,7 +355,7 @@ div.band-spot:hover span.band-spot-info {
|
||||
|
||||
/* GENERAL MOBILE SUPPORT */
|
||||
|
||||
@media (max-width: 991.99px) {
|
||||
@media (max-width: 991px) {
|
||||
/* General "hide this on mobile" class */
|
||||
.hideonmobile {
|
||||
display: none !important;
|
||||
|
||||
Reference in New Issue
Block a user