diff options
author | elioat <elioat@tilde.institute> | 2025-02-17 15:16:38 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2025-02-17 15:16:38 -0500 |
commit | 087a01aaac0c3b60feee4b1aceb38656524860e8 (patch) | |
tree | b64ddcf2a2d66d43a52c8901d2624a66f6cdd2f2 /html | |
parent | 05ae7e839729d7615ebf1714d21799a5d9f396eb (diff) | |
download | tour-087a01aaac0c3b60feee4b1aceb38656524860e8.tar.gz |
*
Diffstat (limited to 'html')
-rw-r--r-- | html/simple-shape/index.html | 6 |
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); } |