carrousel arrows outside
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m16s
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m16s
This commit is contained in:
parent
1ea9f36aa1
commit
951de348b8
8 changed files with 77 additions and 68 deletions
|
|
@ -1,6 +1,3 @@
|
|||
|
||||
|
||||
|
||||
.section--home{
|
||||
margin: calc(var(--spacing)*3);
|
||||
min-height: calc(100vh - var(--header-h)*2);
|
||||
|
|
@ -19,7 +16,6 @@
|
|||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
|
|
@ -38,7 +34,7 @@
|
|||
margin-bottom: calc(var(--spacing)*1);
|
||||
}
|
||||
|
||||
.description{
|
||||
.description-section{
|
||||
font-size: var(--fs-medium);
|
||||
line-height: 1.1;
|
||||
margin-bottom: calc(var(--spacing)*1.5);
|
||||
|
|
@ -50,7 +46,14 @@
|
|||
|
||||
#home__investigations{
|
||||
|
||||
.home-investigations-slider{
|
||||
max-width: 500px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.card--article{
|
||||
align-items: flex-start;
|
||||
justify-content: flex-start;
|
||||
.description, .dl{
|
||||
font-size: var(--fs-small);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue