about summary refs log tree commit diff stats
path: root/html
diff options
context:
space:
mode:
Diffstat (limited to 'html')
-rw-r--r--html/simple-shape/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/simple-shape/index.html b/html/simple-shape/index.html
index 91a68a3..3eda1f7 100644
--- a/html/simple-shape/index.html
+++ b/html/simple-shape/index.html
@@ -13,13 +13,13 @@
             align-items: center;
             min-height: 100vh;
             background: #f0f0f0;
-            padding: 40px;  /* Add padding to body */
+            padding: 40px;
         }
         .canvas-container {
             width: 100%;
-            max-width: 800px;  /* Visible width in viewport */
+            max-width: 800px;
             margin: 20px;
-            padding: 40px;  /* Add padding around canvas */
+            padding: 40px;
             background: white;
             box-shadow: 0 0 20px rgba(0,0,0,0.1);
         }