Skip to content

Commit

Permalink
hide footer one mobile device
Browse files Browse the repository at this point in the history
  • Loading branch information
mini committed Dec 9, 2024
1 parent a6e1a6a commit ce4f470
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ a.navbar-item.is-active {
--angle-width: 15rem;
--angle-end: calc(var(--angle-start) + var(--angle-width));
clip-path: polygon(0 12.5rem, var(--angle-start) 12.5rem, var(--angle-end) 0, 100% 0, 100% 100%, 0 100%);
@media (max-width: 768px) {
display: none;
}
}
}
.title {
Expand Down

0 comments on commit ce4f470

Please sign in to comment.