diff --git a/src/components/Note/Note.module.scss b/src/components/Note/Note.module.scss index 86d80a7..235d052 100644 --- a/src/components/Note/Note.module.scss +++ b/src/components/Note/Note.module.scss @@ -30,7 +30,7 @@ width: 100%; .repostedBy { - padding-bottom: 16px; + padding-bottom: 4px; display: flex; >span { >a { @@ -167,7 +167,7 @@ } .repostedBy { - padding-bottom: 8px; + padding-bottom: 4px; display: flex; >span { >a { diff --git a/src/components/Note/NoteHeader/NoteHeader.module.scss b/src/components/Note/NoteHeader/NoteHeader.module.scss index e3c5dca..8b389ae 100644 --- a/src/components/Note/NoteHeader/NoteHeader.module.scss +++ b/src/components/Note/NoteHeader/NoteHeader.module.scss @@ -29,7 +29,7 @@ .postInfo { display: flex; flex-direction: column; - font-size: 14px; + font-size: 16px; line-height: 16px; font-weight: 400; height: 48px; @@ -60,7 +60,6 @@ &.primary { font-weight: 700; - font-size: 16px; } } .time{