search

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

commit 5cf34e346727ceb14c92474c52a3d83bd8d27b79
parent 34f64869c032e483b71c8ec04a7ea65001b4086c
Author: Theo Browne <me@t3.gg>
Date:   Sat, 15 Feb 2025 18:08:35 -0800

Merge pull request #7 from irsyadpage/main

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