From 5b8efa5e4de529032ba2288612f942d313a5a3a1 Mon Sep 17 00:00:00 2001 From: Achal Date: Tue, 12 Nov 2024 11:42:18 +0530 Subject: [PATCH] feat: add github icon --- src/index.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 0a58151c..cf461c47 100644 --- a/src/index.html +++ b/src/index.html @@ -15,6 +15,13 @@ margin: 0; } + .header .nav { + width: 100%; + display: flex; + align-items: center; + justify-content: space-between; + } + .container { display: flex; height: 100%; @@ -72,7 +79,7 @@
-
+ +