This commit is contained in:
parent
d758cd0843
commit
4ff06a3adc
6 changed files with 92 additions and 7 deletions
34
assets/css/template/_home.scss
Normal file
34
assets/css/template/_home.scss
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
|
||||
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -307,6 +307,12 @@
|
|||
}
|
||||
|
||||
|
||||
|
||||
header{
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.section__article{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue