draft desktop version finish
This commit is contained in:
parent
4b99d290f3
commit
ac3542099a
30 changed files with 1682 additions and 149 deletions
20
assets/css/src/_section_2-quote.scss
Normal file
20
assets/css/src/_section_2-quote.scss
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
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);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue