diff --git a/main-page.html b/main-page.html index 8faad08..a71570f 100644 --- a/main-page.html +++ b/main-page.html @@ -67,13 +67,13 @@ text-decoration: none; font-weight: bold; border-bottom: 2px solid transparent; + padding: 0.2em 0.4em; transition: color 0.3s, border-color 0.3s, box-shadow 0.3s; } a.project-link:hover { color: white; background-color: var(--accent-light); - padding: 0.2em 0.4em; border-radius: 6px; } @@ -82,6 +82,10 @@ margin-top: 3em; } + h2 { + padding: 0.2em; + } + .social a { color: var(--accent-light); text-decoration: none; @@ -144,12 +148,12 @@
Hi! I'm a developer working on cool personal and open source projects. Here are some of the things I've built and worked on.
+Hi! I'm a developer working on cool personal and open source projects. Here are some of the things I've built and worked on.