File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
velog-frontend/src/components/post/PostHead Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- @import " utils" ;
1
+ @import ' utils' ;
2
2
.PostHead {
3
3
& .placeholder {
4
4
.gray-block {
38
38
}
39
39
margin-top : 4rem ;
40
40
font-size : 1rem ;
41
- @include media (" <medium" ) {
41
+ @include media (' <medium' ) {
42
42
font-size : 0.875rem ;
43
43
margin-top : 0rem ;
44
44
}
61
61
svg {
62
62
margin-right : 4px ;
63
63
}
64
+ margin-bottom : 0.5rem ;
64
65
}
65
66
h1 {
66
- font-family : " Noto Serif KR" , sans-serif ;
67
+ font-family : ' Noto Serif KR' , sans-serif ;
67
68
margin : 0 ;
68
69
font-size : 2.5em ;
69
70
line-height : 3.2rem ;
73
74
color : $oc-gray-6 ;
74
75
}
75
76
.userinfo {
76
- @include media (" <medium" ) {
77
+ @include media (' <medium' ) {
77
78
background : $oc-gray-0 ;
78
79
margin-top : -0.25rem ;
79
80
border-top : 1px solid $oc-gray-2 ;
You can’t perform that action at this time.
0 commit comments