Skip to content

Commit

Permalink
update portfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnFScha committed Feb 28, 2024
1 parent bddee48 commit 1533515
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/components/Header/Header.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
header {
height: 120vh;
height: 100vh;
padding-top: 2.5rem;
overflow: hidden;
}

.header__container {
.header__container {
text-align: center;
height: 100%;
position: relative;
Expand All @@ -20,15 +20,15 @@ header {
align-items: center;

a {
display: flex;
align-items: center;
gap: 0.5rem;
display: flex;
align-items: center;
gap: 0.5rem;

svg {
font-size: 1.2rem;
}
}

}

/* ****************** Socials ***************** */
Expand Down Expand Up @@ -108,7 +108,7 @@ header {
.scroll__down {
display: none;
}

.cta {
bottom: 9rem;
}
Expand Down

0 comments on commit 1533515

Please sign in to comment.