You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: techniques/general/G224.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ <h2>Examples</h2>
124
124
</body>
125
125
</html>
126
126
</pre>
127
-
<p>The indentation of code blocks like these could be adjusted at different viewport sizies, via a CSS Media Query.</p>
127
+
<p>The indentation of code blocks like these could be adjusted at different viewport sizes, via a CSS Media Query.</p>
128
128
<pre>
129
129
@media screen and ( min-width: 320px ) {
130
130
pre {
@@ -144,7 +144,7 @@ <h2>Examples</h2>
144
144
}
145
145
}
146
146
</pre>
147
-
<p>A working example of <ahref="../../working-examples/reflow-indenting.html">code snippets using CSS to modigy indentation width at different breakpoints</a>.
147
+
<p>A working example of <ahref="../../working-examples/reflow-indenting">code snippets using CSS to modify indentation width at different breakpoints</a>.
0 commit comments