Skip to content

Commit

Permalink
Fix wiggle on peak
Browse files Browse the repository at this point in the history
  • Loading branch information
bmario committed Oct 24, 2024
1 parent 1cd72c0 commit e6a7c5e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,16 @@ body {
height: min-content;
}

@media (max-width: 767px) {
.legend_item_bottom {
width: 100%;
margin: 5px 0;
background-color: red;
}
}

.legend_item_right {
max-width: 30vw;
width: 30vw;
margin-bottom: 8px;
}

Expand Down

0 comments on commit e6a7c5e

Please sign in to comment.