Add padding to .content-container

This commit is contained in:
Irsyad Aminuddin 2025-02-15 22:22:03 +08:00 committed by GitHub
parent 3165c3dccb
commit b9763e2124
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,6 +89,7 @@ textarea {
.content-container {
max-width: 36rem;
text-align: center;
padding: 0 8px;
}
/* Update url-input width to be 100% since container will control max width */