Skip to content

Commit

Permalink
added auto for 380px
Browse files Browse the repository at this point in the history
  • Loading branch information
Ph1so committed Aug 13, 2024
1 parent d7814ba commit 0561698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Options.css
Original file line number Diff line number Diff line change
Expand Up @@ -261,12 +261,12 @@ input[type="text"] {
.Add-Workout {
padding-left: 10px;
margin-top: 0%;
margin-left: 0.05vmin;
margin-left: auto;
}
.Remove-Workout {
padding-left: 10px;
margin-top: 0%;
margin-left: 0.05vmin;
margin-left: auto;
}
}

Expand Down

0 comments on commit 0561698

Please sign in to comment.