Update Frontend/style.css
Browse files- Frontend/style.css +6 -2
Frontend/style.css
CHANGED
@@ -133,7 +133,11 @@ h1 {
|
|
133 |
max-width: 100%;
|
134 |
display: block;
|
135 |
margin: 0 auto;
|
136 |
-
text-align: center;
|
137 |
border-radius: 10px;
|
138 |
box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
|
139 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
133 |
max-width: 100%;
|
134 |
display: block;
|
135 |
margin: 0 auto;
|
|
|
136 |
border-radius: 10px;
|
137 |
box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
|
138 |
+
}
|
139 |
+
|
140 |
+
#canvas-container {
|
141 |
+
text-align: center; /* Centers the canvas horizontally within its container */
|
142 |
+
width: 100%; /* Ensures the container takes up full width */
|
143 |
+
}
|