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

36 lines
519 B
SCSS
Raw Permalink Normal View History

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