Skip to content

Commit

Permalink
fix: remove incorrect margin from gallery
Browse files Browse the repository at this point in the history
- Removes extra margin from gallery image selection while under 776px (left margin)
  • Loading branch information
Esinko committed May 18, 2023
1 parent 6c91421 commit 965e9e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/computerSharing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ const ResponsiveSplitFlex = styled.div`
ul {
margin-top: 1rem;
margin-bottom: 1rem;
margin-left: unset;
}
ul > li {
Expand Down

0 comments on commit 965e9e3

Please sign in to comment.