From 1cb53fb492ccebcaab30d2e413d5e7ca2ad3ec49 Mon Sep 17 00:00:00 2001 From: user Date: Sun, 29 Sep 2024 06:33:42 +0530 Subject: [PATCH] Update about.html --- publish/about.html | 10 ++++++---- publish/global.css | 1 + 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/publish/about.html b/publish/about.html index 4cb5684..d39c88b 100644 --- a/publish/about.html +++ b/publish/about.html @@ -5,12 +5,14 @@ Akhil N - + + + -

About me

-
+

About me

+
Hello! I am Akhil, a software engineer from India. Here are some of my interests:
  1. CS & Math
  2. @@ -34,4 +36,4 @@

    About me

    - \ No newline at end of file + diff --git a/publish/global.css b/publish/global.css index 9dba45e..e5abb12 100644 --- a/publish/global.css +++ b/publish/global.css @@ -182,6 +182,7 @@ body { } main { + display: block; padding: var(--spacing-lg); border-radius: 0.5rem; box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);