From 60c16e5471ddef013c3572e757c3f119cc3e025c Mon Sep 17 00:00:00 2001 From: lokxii <9tin9tin9@gmail.com> Date: Wed, 18 Sep 2024 01:36:13 +0800 Subject: [PATCH] Bubble like items --- index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index b73ff53..a5042bd 100644 --- a/index.html +++ b/index.html @@ -36,14 +36,19 @@ text-align: center; font-size: 1.5em; font-weight: bold; - padding: 1em; + margin: 1em; + padding-bottom: 0; color: #2E2E2E; } .main-container-projects-container { background: #87A6D4; + border-radius: 1.25em; + margin: 1.5em; } .main-container-projects-container-alt { background: #6390D4; + border-radius: 1.25em; + margin: 1.5em; } .main-container-projects-container-name { font-size: 1.5em;