Skip to content

Commit

Permalink
Merge pull request #34 from pythonkr/fix/disable-admin-style
Browse files Browse the repository at this point in the history
Fix: admin에서 적용한 스타일이 적용되지 않도록 수정
  • Loading branch information
jungmir authored Sep 23, 2024
2 parents 21328cb + 5e16bde commit a5a30f2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/pages/Sponsor/SponsorDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,16 @@ const H3 = styled.h3`
color: #c2c7d0;
& > p,
span > p,
span {
color: #c2c7d0;
font-size: 24px !important;
color: #c2c7d0 !important;
text-align: left;
& > p,
span {
font-size: 24px !important;
color: #c2c7d0 !important;
}
}
@media only screen and (max-width: 810px) {
Expand Down

0 comments on commit a5a30f2

Please sign in to comment.