Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Custom Gutenberg Quote */
- .wp-block-pullquote {
- all: unset;
- }
- .entry-content blockquote {
- margin: 1.25em auto !important;
- padding: .5em 12% !important;
- font-size: 24px;
- border: none;
- padding: 0;
- position: relative;
- text-align: center;
- }
- .entry-content blockquote:before,
- .entry-content blockquote:after {
- content: '';
- display: block;
- width: 50px;
- height: 2px;
- background: #e0e0e0;
- }
- .entry-content blockquote::before {
- margin: 1em auto 0.65em;
- }
- .entry-content blockquote:after {
- margin: 0.75em auto 1em;
- }
- @media only screen and (max-width: 1024px) {
- .entry-content blockquote {
- font-size: 120%;
- }
- }
- @media only screen and (max-width: 480px) {
- .entry-content blockquote {
- font-size: 1em;
- }
- }
Add Comment
Please, Sign In to add comment