forked from gcgarner/IOTstack
-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add Discord link to Wiki home page
Also only show relevant help on the Wiki home page
- Loading branch information
Showing
2 changed files
with
21 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,17 @@ | ||
/* vim: set sw=2: */ | ||
|
||
/* hide "Made with Material" footer */ | ||
.md-footer-meta { | ||
display: none; | ||
} | ||
|
||
@media screen and (max-width:76.25em) { | ||
.show-when-wide-layout { | ||
display:none | ||
} | ||
} | ||
@media screen and (min-width:76.25em) { | ||
.show-when-narrow-layout { | ||
display:none | ||
} | ||
} |