five-for-the-future/themes/wporg-5ftf/css/utilities/_pullquote.scss

34 lines
469 B
SCSS
Raw Normal View History

.wp-block-pullquote.is-style-wporg-home-pullquote {
padding: 0;
margin-bottom: 0;
border: none;
blockquote {
max-width: 100%;
margin: 0;
padding: 0;
border: none;
text-align: left;
}
@include breakpoint( $breakpoint-tablet ) {
position: absolute;
top: 0;
left: -255px;
max-width: 250px;
blockquote {
border-left: none;
color: $color__text-heading;
}
p {
font-size: 2.8rem;
&:first-child {
margin-top: 0;
}
}
}
}