isitadigit / styles.css
vishalbakshi's picture
deploy at 2024-08-24 21:15:59.464555
be6f465 verified
raw
history blame contribute delete
380 Bytes
/* styles.css */
body {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
margin: 0;
}
.container {
text-align: center;
width: 100%; /* Ensure the container takes full width */
max-width: 600px; /* Adjust this value as needed */
}
#canvasContainer {
width: 100%;
display: flex;
justify-content: center;
}