Skip to content

Commit

Permalink
Merge pull request #178 from ruby10127130/feature/marathon/savebar/ad…
Browse files Browse the repository at this point in the history
…just-styles

feat: adjust savebar padding-top and padding-bottom on mobile devices
  • Loading branch information
vincentxuu authored Dec 18, 2024
2 parents 1bbdba0 + d8300b3 commit cd92350
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/Marathon/SignUp/SaveBar.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { useState } from 'react';
import styled from '@emotion/styled';
import { Box } from '@mui/material';
import Stepper from '@mui/material/Stepper';
Expand Down Expand Up @@ -43,14 +42,13 @@ export const StyledSaveBar = styled(Box)`
}
.MuiStepLabel-iconContainer {
.MuiStepIcon-text {
fill: #FFF;
}
}
@media (max-width: 767px) {
padding: 8px 6.9vw;
.top h2 {
font-size: 18px;
}
Expand Down

0 comments on commit cd92350

Please sign in to comment.