Skip to content

Commit

Permalink
Merge pull request #118 from 2024WISCOM/feature/guestbook
Browse files Browse the repository at this point in the history
Feature/guestbook from 중첩 - font size 줄이기
  • Loading branch information
nadomola authored Oct 17, 2024
2 parents 51fbe70 + 440cc2c commit 83bf3ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/components/guestBook/MessageCard.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const CDContainer = styled.div`

export const ToText = styled.p`
color: black;
font-size: 1.5em;
font-size: 1.2em;
text-align: left;
position: absolute;
top: 5%;
Expand All @@ -68,7 +68,7 @@ export const ToText = styled.p`

export const FromText = styled.p`
color: black;
font-size: 1.5em;
font-size: 1.2em;
text-align: right;
position: absolute;
bottom: 5%;
Expand All @@ -83,7 +83,7 @@ export const FromText = styled.p`
}
@media (min-width: 769px) and (max-width: 1024px) {
font-size: 1.2em;
font-size: 1.1em;
right: 8%;
bottom:15%;
}
Expand Down
8 changes: 4 additions & 4 deletions src/components/guestBook/MessageInputSection.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export const Label = styled.label`
&.from-label {
bottom: 5%;
right: -30%;
right: -15%;
}
@media (max-width: 768px) {
Expand All @@ -148,7 +148,7 @@ export const Label = styled.label`
&.from-label {
bottom: 5%;
right: -17%;
right: -5%;
}
}
Expand Down Expand Up @@ -205,7 +205,7 @@ export const TextArea = styled.textarea`
border: none;
color: black;
background: transparent;
font-size: 1.4em;
font-size: 1.1em;
resize: none;
text-align: left;
z-index: 10;
Expand All @@ -229,7 +229,7 @@ export const TextArea = styled.textarea`
height: 60%;
top: 20%;
left:15%;
font-size: 1.1em;
font-size: 0.8em;
}
@media (min-width: 769px) and (max-width: 1024px) {
Expand Down

0 comments on commit 83bf3ee

Please sign in to comment.