feat: landing page content
All checks were successful
Deploy workflow / deploy (push) Successful in 13s
All checks were successful
Deploy workflow / deploy (push) Successful in 13s
This commit is contained in:
parent
4df864b6ef
commit
c8b3acd309
3 changed files with 141 additions and 86 deletions
|
|
@ -10,6 +10,23 @@
|
|||
column-gap: 2rem;
|
||||
}
|
||||
|
||||
.landing__container {
|
||||
section {
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
|
||||
padding: 2rem 0;
|
||||
h2 {
|
||||
margin-bottom: 1.2rem;
|
||||
}
|
||||
}
|
||||
section:last-of-type {
|
||||
border-bottom: none;
|
||||
}
|
||||
}
|
||||
|
||||
.landing__container .landing__section:nth-child(even) {
|
||||
background-color: #00912430;
|
||||
}
|
||||
|
||||
@media(max-width: $md-breakpoint) {
|
||||
.split-two {
|
||||
display: block;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue