From: jxnshi Date: Sun, 12 Jan 2025 10:46:37 +0000 (+0100) Subject: Add main-div style back X-Git-Url: https://jxnshi.xyz/repos?a=commitdiff_plain;h=220035a0baa51bcefc669d5bcfd738d4713d5f56;p=jxnshi.xyz.git Add main-div style back --- 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;