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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user