Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
hide jump on desktop
  • Loading branch information
l1usteven committed Mar 9, 2024
1 parent 14778bc commit a7daf8a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,11 @@ body .about .container .section .hobbies p {
body .about .container .section .hobbies ul li {
margin-bottom: 8px;
}
@media only screen and (min-width: 769px) {
body .jump-top {
display: none;
}
}
body .footer .container .divider {
margin: 32px auto;
}
Expand Down
2 changes: 1 addition & 1 deletion css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,11 @@ body {
}
}
}
.jump-top {
@media only screen and (min-width: 769px) {
display: none;
}
}
.footer {
.container {
.divider {
Expand Down

0 comments on commit a7daf8a

Please sign in to comment.