diff --git a/techniques/general/G224.html b/techniques/general/G224.html index 6e55d527fc..818a372e44 100644 --- a/techniques/general/G224.html +++ b/techniques/general/G224.html @@ -124,7 +124,7 @@

Examples

</body> </html> -

The indentation of code blocks like these could be adjusted at different viewport sizies, via a CSS Media Query.

+

The indentation of code blocks like these could be adjusted at different viewport sizes, via a CSS Media Query.

 @media screen and ( min-width: 320px ) {
 	pre {
@@ -144,7 +144,7 @@ 

Examples

} }
-

A working example of code snippets using CSS to modigy indentation width at different breakpoints. +

A working example of code snippets using CSS to modify indentation width at different breakpoints.