search

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b9763e21245549f125b57137b4db4c18f7992ffe
parent 3165c3dccb24f90afc3bcca6b476387a3a87c3a7
Author: Irsyad Aminuddin <contact@irsyad.page>
Date:   Sat, 15 Feb 2025 22:22:03 +0800

Add padding to .content-container
Diffstat:
Msrc/global.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/global.css b/src/global.css @@ -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 */