Skip to content

Commit

Permalink
style : 글자 간격 조절
Browse files Browse the repository at this point in the history
  • Loading branch information
imeureka committed Oct 15, 2024
1 parent d8fc2b6 commit 0942d05
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/pages/Guest/components/GuestBookEntry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const GuestBoxHeader = styled.div`
margin-bottom: 8px;
@media (max-width: 768px) {
font-size: 8px;
font-size: 10px;
margin-bottom: 11px;
}
`;
Expand All @@ -58,8 +58,9 @@ const GuestBoxContent = styled.div`
margin-bottom: 16px;
@media (max-width: 768px) {
font-size: 10px;
font-size: 12px;
margin-bottom: 12px;
padding-top: 1rem;
}
`;

Expand All @@ -70,6 +71,6 @@ const GuestBoxFooter = styled.div`
text-align: right;
@media (max-width: 768px) {
font-size: 8px;
font-size: 10px;
}
`;

0 comments on commit 0942d05

Please sign in to comment.