Conditionally display maps and app store tiles

This commit is contained in:
John Hess 2025-02-18 14:04:48 -06:00
parent 7b3fe45880
commit 3246b44a86
5 changed files with 42 additions and 22 deletions

View file

@ -222,6 +222,12 @@ h1.homepage-title {
text-decoration: none;
}
// Apply/Remove this class to conditionally
// display the card
.hidden-card {
display: none;
}
.card-icon {
width: 60px;
height: 60px;