Skip to content

Commit e295c23

Browse files
committed
Hide tip box on narrow layouts
1 parent b81f15c commit e295c23

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1752,6 +1752,7 @@ input.resetButton{display: none}
17521752
-webkit-appearance: none;
17531753
-moz-appearance: none;
17541754
appearance: none;
1755+
max-width: 100%;
17551756
}
17561757
/* Runnable-examples css -end */
17571758

@@ -2145,6 +2146,10 @@ the home page, intro pitch and your-code-here layed out vertically */
21452146
width: auto;
21462147
max-width: 32em;
21472148
}
2149+
2150+
body#Home #content > .intro #your-code-here .tip {
2151+
display: none;
2152+
}
21482153
}
21492154

21502155
.decl_anchor {

0 commit comments

Comments
 (0)