nirm.al

my website
git clone git://git.nirm.al/nirm.al.git
Log | Files | Refs | README | LICENSE

commit 83e10c5d72ff1d620d37df40bcf74cd449e8c549
parent 296dd6c70767304aab3cae565cf6663cdba43b5b
Author: Nirmal Kumar R <tildezero@gmail.com>
Date:   Sun,  4 Aug 2024 00:21:21 +0530

Date format design

Diffstat:
Mstyle.css | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/style.css b/style.css @@ -96,4 +96,10 @@ nav a:last-child { .home img { width: 100%; +} + +.content-wrapper h3 span, +main ul li span { + font-size: 17px; + font-weight: normal; } \ No newline at end of file