34 lines
No EOL
502 B
SCSS
34 lines
No EOL
502 B
SCSS
|
|
|
|
|
|
.section--home{
|
|
margin: calc(var(--spacing)*3);
|
|
|
|
.title-section{
|
|
font-size: var(--fs-medium);
|
|
font-weight: normal;
|
|
text-transform: uppercase;
|
|
}
|
|
}
|
|
#home__description{
|
|
|
|
|
|
.section--inner{
|
|
max-width: var(--max-w-container);
|
|
}
|
|
|
|
p{
|
|
font-size: var(--fs-big);
|
|
max-width: var(--max-w-content);
|
|
}
|
|
|
|
button{
|
|
margin-top: calc(var(--spacing)*1);
|
|
|
|
}
|
|
|
|
button .icon svg{
|
|
width: 11px;
|
|
}
|
|
|
|
} |