From 220035a0baa51bcefc669d5bcfd738d4713d5f56 Mon Sep 17 00:00:00 2001 From: jxnshi Date: Sun, 12 Jan 2025 11:46:37 +0100 Subject: [PATCH] Add main-div style back --- public/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/style.css b/public/style.css index 97d1ec8..f19eaba 100644 --- a/public/style.css +++ b/public/style.css @@ -101,6 +101,14 @@ a:hover { font-size: 200%; } +#main-div { + display: flex; + flex-direction: column; + align-items: center; + width: 100%; + gap: 20px; +} + #repos-list { display: flex; flex-direction: column; -- 2.49.0