minor updates including fixing the gap between the hero banner and the nav-bar, correcting the image locations for the linkin and mail icons for the projects page, and removing the facebook and instagram links.

This commit is contained in:
2026-03-23 11:57:57 +00:00
parent 4238306621
commit d3d83f586c
15 changed files with 59 additions and 61 deletions

View File

@@ -92,7 +92,6 @@ nav ul.nav-links a:focus {
/* Main content */
main {
flex: 1;
padding-top: 120px;
}
/* Hero */
@@ -114,7 +113,7 @@ div.hero-text {
flex-direction: column;
text-align: center;
max-width: 500px;
gap: 1rem;
/* gap: 1rem; */
}
div.hero-text h1 {
@@ -150,9 +149,9 @@ div.hero-text p {
img.hero-img {
width: 200px;
height: 200px;
border-radius: 50%;
object-fit: cover;
justify-self: right;
}
/* About Section */
@@ -385,7 +384,6 @@ footer p {
img.hero-img {
order: 1;
justify-self: center;
}
#projects {