Merge pull request #7 from irsyadpage/main

Add padding to .content-container
This commit is contained in:
Theo Browne 2025-02-15 18:08:35 -08:00 committed by GitHub
commit 5cf34e3467
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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