From 4483735fbdd02865c1be63281bcd9433ffc82095 Mon Sep 17 00:00:00 2001 From: sukun Date: Tue, 18 Jun 2024 22:57:03 +0530 Subject: [PATCH] update more css --- index.html | 2 +- style/main.css | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index a1fce2c..de3d0ce 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ - +
diff --git a/style/main.css b/style/main.css index aa1d831..58dff1f 100644 --- a/style/main.css +++ b/style/main.css @@ -16,15 +16,18 @@ html { font-size: 20px; a { color: 000; + padding-left: 10px; } } .post-date { font-size: 15px; - padding: 10px; } footer { font-size: 15px; - padding: 20px; + padding-top: 20px; + a { + color: 000; + } } header {