Skip to content

Commit

Permalink
fixing download button
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesar Faber authored and Cesar Faber committed Feb 9, 2024
1 parent 4dbeb18 commit 529fbfc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/styles/about.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,12 @@
}

.-download {
position: relative;
z-index: 20;
top: 520px;
background-color: #222222;
@media (min-width: 1440px) {
position: relative;
z-index: 20;
top: 520px;
background-color: #222222;
}
}

.headshot {
Expand Down

0 comments on commit 529fbfc

Please sign in to comment.