-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mobile - Fix Pullquote block styles (#24936)
- Loading branch information
Gerardo Pacheco
authored
Aug 31, 2020
1 parent
970e8e0
commit 74ccff1
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
.quote { | ||
font-size: 1.125em; | ||
font-size: 18px; | ||
} | ||
|
||
.citation { | ||
font-size: 0.875em; | ||
margin-top: 0.85em; | ||
font-size: 14px; | ||
margin-top: 14px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
%shared { | ||
border-width: 3px 0; | ||
padding: 1.3125em 1em; | ||
padding: 21px 16px; | ||
} | ||
|
||
.light { | ||
|