From b5449eceedbd5d93ea4bd22e604fd972c46eda43 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Tue, 7 Jul 2026 16:44:48 -0500 Subject: Reversible Programming, html formatting changes, and css tweaks --- style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 0172983..19c33e7 100644 --- a/style.css +++ b/style.css @@ -6,15 +6,12 @@ html, body { background-color: #121212; - margin: 0; + margin: 0 auto; padding: 0; min-height: 100vh; } body { - display: flex; - justify-content: center; - align-items: flex-start; padding-top: 2rem; padding-left: 2rem; padding-right: 2rem; -- cgit v1.3.1