Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions techniques/general/G224.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h2>Examples</h2>
&lt;/body>
&lt;/html>
</pre>
<p>The indentation of code blocks like these could be adjusted at different viewport sizies, via a CSS Media Query.</p>
<p>The indentation of code blocks like these could be adjusted at different viewport sizes, via a CSS Media Query.</p>
<pre>
@media screen and ( min-width: 320px ) {
pre {
Expand All @@ -144,7 +144,7 @@ <h2>Examples</h2>
}
}
</pre>
<p>A working example of <a href="../../working-examples/reflow-indenting.html">code snippets using CSS to modigy indentation width at different breakpoints</a>.
<p>A working example of <a href="../../working-examples/reflow-indenting">code snippets using CSS to modify indentation width at different breakpoints</a>.
</section>
</section>

Expand Down