Skip to content

Commit

Permalink
remove widget when screen is small
Browse files Browse the repository at this point in the history
  • Loading branch information
yfanti committed May 28, 2024
1 parent 7916204 commit 5a9486c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/css/widget.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,17 @@
align-items: left;
padding-bottom: 7px;
}

@media screen and (max-width: 1024px) {
.widget {
display: none;
}

.widget-title {
display: none;
}

.links {
display: none;
}
}

0 comments on commit 5a9486c

Please sign in to comment.