From df52ed984795d875620d48463d6551431c0f71d0 Mon Sep 17 00:00:00 2001 From: Francis Storr Date: Thu, 31 Jul 2025 07:33:39 -0700 Subject: [PATCH] G224: fix two typos and a broken link --- techniques/general/G224.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/techniques/general/G224.html b/techniques/general/G224.html index 13352f0710..e68ceced35 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.