Skip to content

Commit d22dd1b

Browse files
committed
changes for issue 3096
1 parent 77efb79 commit d22dd1b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,10 @@ $contentWrapperPadding: 0;
7878

7979
p {
8080
font-size: 15px;
81-
margin-bottom: 1em;
81+
margin-bottom: 30px;
8282
line-height: 25px;
83+
letter-spacing: 2px;
84+
word-spacing: 2.5px;
8385

8486
strong {
8587
font-weight: bold;

src/shared/components/Contentful/ContentBlock/themes/general.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@
9999

100100
// color: $tc-black;
101101
font-size: 15px;
102+
letter-spacing: 2px;
103+
line-height: 25px;
104+
margin-bottom: 30px;
105+
word-spacing: 2.5px;
102106
}
103107

104108
table {

0 commit comments

Comments
 (0)