Skip to content

Commit

Permalink
Merge pull request #686 from lasanthaS/bug-fixing
Browse files Browse the repository at this point in the history
Fix alignment issue in the services page
  • Loading branch information
tharikaGitHub committed Apr 7, 2024
2 parents 846e04e + d1ce442 commit a150726
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const classes = {

const StyledPaper = styled(Paper)(({ theme }) => ({
[`&.${classes.root}`]: {
width: theme.spacing(25),
width: theme.spacing(27),
height: theme.spacing(35),
backgroundColor: theme.palette.background.paper,
'&:hover': {
Expand Down

0 comments on commit a150726

Please sign in to comment.