Skip to content

Commit

Permalink
fix: add margin to small gallery images
Browse files Browse the repository at this point in the history
  • Loading branch information
Esinko committed May 18, 2023
1 parent 0e528c8 commit ac5a6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/computer-sharing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const ResponsiveSplitFlex = styled.div`
ul > li {
height: 3rem;
margin-right: unset;
margin-right: 0.5rem;
}
}
}
Expand Down

0 comments on commit ac5a6fa

Please sign in to comment.