Landing tabs: title to appear when tabs stick to top, add css for the sections, css for featured tabs

This commit is contained in:
argirok 2022-04-08 18:26:27 +03:00
parent 77d3480a05
commit c0f2132f4e
1 changed files with 15 additions and 1 deletions

View File

@ -315,4 +315,18 @@
.landing-background-default-color {
background-color: var(--default-color);
}
}
.landing-section{
min-height: 70vh;
}
#landing-sections .landing-section:not(:last-child):before{
background-color: var(--background-primary);
opacity: 0.3;
}
#landing-sections .landing-section:not(:last-child){
border-bottom: solid 5px var(--background-primary);
}