Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeCZ23 authored Oct 17, 2024
1 parent c45b956 commit 57367ea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions plugins/vitepress-plugin-life-progress/lib/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
display:flex;
width:100%;
}

@media (max-width: 640px) {
.life-progress ul {
display: none;
}
}

.life-progress ul li{
position:relative;
flex-grow:1;
Expand Down

0 comments on commit 57367ea

Please sign in to comment.