File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dotcom-rendering/src/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ const fontStyles = (format: ArticleFormat) => {
111
111
line-height: 36px;
112
112
${ from . desktop } {
113
113
${ textSansBold20 } ;
114
- / / This is added again because there is a line-height in textSansBold20 so we are overriding it
114
+ /* This is added again because there is a line-height in textSansBold20 so we are overriding it */
115
115
line-height: 36px;
116
116
}
117
117
` ;
@@ -122,7 +122,7 @@ const fontStyles = (format: ArticleFormat) => {
122
122
123
123
${ from . desktop } {
124
124
${ headlineBold20 }
125
- / / This is added again because there is a line-height in textSansBold20 so we are overriding it
125
+ /* This is added again because there is a line-height in textSansBold20 so we are overriding it */
126
126
line-height: 36px;
127
127
}
128
128
` ;
You can’t perform that action at this time.
0 commit comments