Skip to content

Commit 1b4de4b

Browse files
committed
Fix private margin-bottom at PostHead
1 parent f0b8baa commit 1b4de4b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

velog-frontend/src/components/post/PostHead/PostHead.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import "utils";
1+
@import 'utils';
22
.PostHead {
33
&.placeholder {
44
.gray-block {
@@ -38,7 +38,7 @@
3838
}
3939
margin-top: 4rem;
4040
font-size: 1rem;
41-
@include media("<medium") {
41+
@include media('<medium') {
4242
font-size: 0.875rem;
4343
margin-top: 0rem;
4444
}
@@ -61,9 +61,10 @@
6161
svg {
6262
margin-right: 4px;
6363
}
64+
margin-bottom: 0.5rem;
6465
}
6566
h1 {
66-
font-family: "Noto Serif KR", sans-serif;
67+
font-family: 'Noto Serif KR', sans-serif;
6768
margin: 0;
6869
font-size: 2.5em;
6970
line-height: 3.2rem;
@@ -73,7 +74,7 @@
7374
color: $oc-gray-6;
7475
}
7576
.userinfo {
76-
@include media("<medium") {
77+
@include media('<medium') {
7778
background: $oc-gray-0;
7879
margin-top: -0.25rem;
7980
border-top: 1px solid $oc-gray-2;

0 commit comments

Comments
 (0)