Skip to content

Commit dac18b7

Browse files
committed
tco19 banner P fixes
1 parent 1e2240e commit dac18b7

File tree

1 file changed

+9
-1
lines changed
  • src/shared/components/Contentful/Banner/themes

1 file changed

+9
-1
lines changed

src/shared/components/Contentful/Banner/themes/tco19.scss

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,17 @@ $contentWrapperPadding: 0;
7777
}
7878

7979
p {
80-
font-size: 20px;
80+
font-size: 15px;
8181
margin-bottom: 1em;
8282
line-height: 25px;
83+
84+
strong {
85+
font-weight: bold;
86+
}
87+
88+
em {
89+
font-style: italic;
90+
}
8391
}
8492

8593
ul {

0 commit comments

Comments
 (0)