We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f02035 commit dffbb5eCopy full SHA for dffbb5e
src/components/Printer/index.js
@@ -108,17 +108,13 @@ const TitleWrapper = styled('div')`
108
width: 800px;
109
110
h1 {
111
- min-height: 60px;
112
- max-height: 60px;
113
font-weight: 600;
114
font-size: 42px;
115
- line-height: 3px;
116
}
117
118
h2 {
119
font-weight: bold;
120
font-size: 30px;
121
- line-height: 15px;
122
123
124
p {
@@ -135,8 +131,8 @@ const PrinterComponent = ( ogData ) => (
135
131
<Matrix/>
136
132
<TitleWrapper>
137
133
<Logo height='150' width='150' />
138
- <h2>{ ogData.subtitle }</h2>
139
134
<h1>{ ogData.title }</h1>
+ <h2>{ ogData.subtitle }</h2>
140
<p>Blog by Anit Shrestha Manandhar</p>
141
<p>codeanit.com/blog/{ogData.slug}</p>
142
</TitleWrapper>
0 commit comments