File tree Expand file tree Collapse file tree 2 files changed +21
-5
lines changed Expand file tree Collapse file tree 2 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Welcome to the IOTstack Wiki:
4
4
5
- * Use the list of contents at the left of this page to explore this Wiki.
6
-
7
- - If you are viewing this on a device that does not show the list by default, click the "≡" icon.
8
-
9
- * If you are looking for information on a specific container, click on the "Containers" folder at the bottom of the list.
5
+ * <span class =" show-when-wide-layout " >
6
+ Use the header tabs and content list at the left to explore this Wiki.
7
+ </span >
8
+ <label class =" show-when-narrow-layout " >
9
+ Click the "≡" icon to navigate this Wiki.
10
+ </label >
10
11
11
12
* If you are just getting started with IOTstack, see [ Getting Started] ( Basic_setup/ ) .
12
13
14
+ * You're always welcome to ask questions on the [ IOTStack Discord] ( https://discord.gg/ZpKHnks ) .
15
+
13
16
* To contribute see [ Contributing] ( Developers/ )
Original file line number Diff line number Diff line change
1
+ /* vim: set sw=2: */
2
+
1
3
/* hide "Made with Material" footer */
2
4
.md-footer-meta {
3
5
display : none;
4
6
}
7
+
8
+ @media screen and (max-width : 76.25em ) {
9
+ .show-when-wide-layout {
10
+ display : none
11
+ }
12
+ }
13
+ @media screen and (min-width : 76.25em ) {
14
+ .show-when-narrow-layout {
15
+ display : none
16
+ }
17
+ }
You can’t perform that action at this time.
0 commit comments