Skip to content

Commit

Permalink
fix: removed the button width for residence page
Browse files Browse the repository at this point in the history
  • Loading branch information
aswathy-deriv committed Mar 1, 2024
1 parent 228b74a commit 6fa0c42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const NextButton = styled(Button)`
font-family: 'Ubuntu';
text-align: center;
height: 40px;
width: 65px;
@media ${device.tablet} {
width: 100%;
}
Expand Down

0 comments on commit 6fa0c42

Please sign in to comment.