This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
2020-02-24 14:58:14 +00:00
|
|
|
@import "../../variables.scss";
|
2020-02-12 17:23:10 +00:00
|
|
|
|
|
|
|
.home-built {
|
|
|
|
padding-top: 80px;
|
|
|
|
|
|
|
|
@media (min-width: $largebp) {
|
|
|
|
padding-top: 150px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.home-built-header {
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 32px;
|
|
|
|
margin-bottom: 50px;
|
|
|
|
|
|
|
|
@media (min-width: $largebp) {
|
|
|
|
margin-bottom: 70px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.home-built-divider {
|
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
|
|
|
margin: 0 auto 32px;
|
|
|
|
|
|
|
|
@media (min-width: $largebp) {
|
|
|
|
margin-bottom: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.circle-icon {
|
|
|
|
margin: 0 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.small-orb:first-of-type {
|
|
|
|
margin-left: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.small-orb:last-of-type {
|
|
|
|
margin-right: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.small-divider:first-of-type {
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.small-divider:last-of-type {
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
}
|