Conditionally display maps and app store tiles
This commit is contained in:
parent
7b3fe45880
commit
3246b44a86
5 changed files with 42 additions and 22 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue