Skip to content

Commit a5a30f2

Browse files
authored
Merge pull request #34 from pythonkr/fix/disable-admin-style
Fix: admin에서 적용한 스타일이 적용되지 않도록 수정
2 parents 21328cb + 5e16bde commit a5a30f2

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/pages/Sponsor/SponsorDetail.tsx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,16 @@ const H3 = styled.h3`
9393
color: #c2c7d0;
9494
9595
& > p,
96-
span > p,
9796
span {
98-
color: #c2c7d0;
97+
font-size: 24px !important;
98+
color: #c2c7d0 !important;
99+
text-align: left;
100+
101+
& > p,
102+
span {
103+
font-size: 24px !important;
104+
color: #c2c7d0 !important;
105+
}
99106
}
100107
101108
@media only screen and (max-width: 810px) {

0 commit comments

Comments
 (0)