Skip to content

Commit

Permalink
Change padding
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbyul-here committed Jan 23, 2024
1 parent be688c4 commit 52449d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overrides/home/ams-banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const BannerBox = styled.div`

const BannerContainer = styled(Hug)`
width: 100%;
padding: ${glsp(0.5, 0.25)};
padding: ${glsp(0, 0.25)};
`;

const BannerContent = styled.div`
Expand All @@ -49,7 +49,7 @@ const BannerContent = styled.div`
export default function Banner() {
const showBanner = (localStorage.getItem(AMS_BANNER_KEY) !== 'false') && !!getString('tempBanner')?.other
const [ showTempBanner, setShowTempBanner ] = useState(showBanner);

function onClick () {
localStorage.setItem(
AMS_BANNER_KEY,
Expand Down

0 comments on commit 52449d9

Please sign in to comment.