Skip to content

Commit

Permalink
Fix: Resume button in nav bar (#738)
Browse files Browse the repository at this point in the history
* fixed resume nav bar issue

* created empty div

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* modified margin of empty div

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
Jolomi-Tosanwumi and pre-commit-ci[bot] authored Oct 18, 2024
1 parent d3fdcee commit 2b94cad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/containers/greeting/Greeting.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export default function Greeting() {
>
{greeting.subTitle}
</p>
<div id="resume" className="empty-div"></div>
<SocialMedia />
<div className="button-greeting-div">
<Button text="Contact me" href="#contact" />
Expand Down
7 changes: 6 additions & 1 deletion src/containers/greeting/Greeting.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,14 @@
flex: 1;
margin-bottom: 30px;
}

.empty-div {
margin-bottom: 40px;
}

.button-greeting-div {
display: flex;
margin-top: 20px;
margin-top: 40px;
}
.download-link-button {
text-decoration: none;
Expand Down

0 comments on commit 2b94cad

Please sign in to comment.