From ccd4e69639af4e4172486f9562850a6030500caf Mon Sep 17 00:00:00 2001 From: AngelJumbo Date: Tue, 22 Nov 2022 17:03:39 -0500 Subject: [PATCH] A little more responsive --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 7e3cc78..b89de88 100644 --- a/style.css +++ b/style.css @@ -1,10 +1,9 @@ body { color: #ebdbb2; background-color: #282828; - padding-left: 10%; - padding-right: 10%; + padding-left: 15%; + padding-right: 15%; font-family: "Curier New", monospace; - text-align: center; } h1 { @@ -68,6 +67,7 @@ h2 { #c { padding: 1em; background-color: #665c54; + text-align: center; } img {