21 lines
364 B
SCSS
21 lines
364 B
SCSS
|
|
section#quote-full,
|
||
|
|
section#quote {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: center;
|
||
|
|
padding: 7.9375rem 0;
|
||
|
|
|
||
|
|
blockquote {
|
||
|
|
display: block;
|
||
|
|
width: min(100%, 40rem);
|
||
|
|
text-align: center;
|
||
|
|
font-size: 2.5rem;
|
||
|
|
margin-bottom: 1.25rem;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
section#quote {
|
||
|
|
margin: 0 var(--padding-body);
|
||
|
|
border-radius: var(--radius-section);
|
||
|
|
}
|