diff --git a/colors.html b/colors.html index 02fcb8e..f2c4392 100644 --- a/colors.html +++ b/colors.html @@ -41,7 +41,9 @@ } svg { - clip-path: circle(300px at center); + clip-path: circle(50% at center); + max-width: 100vw; + max-height: 80vh; } polygon { stroke-width: 1px; } @@ -56,10 +58,8 @@