Fix more typography
This commit is contained in:
parent
c71ccd086b
commit
03eba54fe5
1 changed files with 2 additions and 3 deletions
|
|
@ -95,7 +95,6 @@
|
||||||
gap: $unit-4x;
|
gap: $unit-4x;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Case Study Section */
|
/* Case Study Section */
|
||||||
.case-study-content {
|
.case-study-content {
|
||||||
:global(h1),
|
:global(h1),
|
||||||
|
|
@ -124,8 +123,8 @@
|
||||||
|
|
||||||
:global(p) {
|
:global(p) {
|
||||||
margin: $unit-2x 0;
|
margin: $unit-2x 0;
|
||||||
font-size: 1.0625rem;
|
font-size: 1.125rem;
|
||||||
line-height: 1.65;
|
line-height: 1.5;
|
||||||
color: $grey-20;
|
color: $grey-20;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue