Skip to content

Commit

Permalink
style: 공지사항/펀시스템 상세정보 반응형으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
SujinKim1127 committed Dec 31, 2023
1 parent d945950 commit 11e1dac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/notice/info/NoticeInfo.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { COLORS } from '@/styles/constants/colors';
import { TEXT_STYLES } from '@/styles/constants/textStyles';

export const Container = styled.div`
width: 390px;
width: 100%;
height: 100vh;
background-color: ${COLORS.grayscale.white};
hr {
Expand Down Expand Up @@ -113,6 +113,7 @@ export const ContentBox = styled.div`
margin-top: 20px;
margin-bottom: 40px;
${TEXT_STYLES.BodyR16};
word-break: break-all;
`;

export const FileBox = styled.div`
Expand Down

0 comments on commit 11e1dac

Please sign in to comment.