-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,6 +70,10 @@ h3 { | |
flex-direction: column; | ||
} | ||
|
||
.last-element { | ||
margin-bottom: 6rem; | ||
} | ||
|
||
.emoji { | ||
font-size: 48px; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<h1>I'm Lester Huang</h1> | ||
<h3>A lifelong learner 📖 with a desire for adventure 🗺️</h3> | ||
</div> | ||
<div id="contact"> | ||
<div id="contact" class="last-element"> | ||
<q-btn round icon="far fa-envelope-open" type="a" href="mailto:[email protected]" target="_blank" size="1.1rem" unelevated /> | ||
<q-btn round icon="fab fa-linkedin-in" type="a" href="https://www.linkedin.com/in/lesterhuang/" target="_blank" size="1.1rem" unelevated /> | ||
<q-btn round icon="fab fa-github" type="a" href="https://github.com/L23de" target="_blank" size="1.1rem" unelevated /> | ||
|
@@ -29,7 +29,6 @@ | |
color: black; | ||
display: flex; | ||
flex-direction: row; | ||
margin-bottom: 8rem; | ||
} | ||
@keyframes wave-animation { | ||
|