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

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 */