mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2025-10-20 02:36:30 +00:00
hot-it-works almost finished (error with images)
This commit is contained in:
@ -1,6 +1,17 @@
|
||||
.page-section{
|
||||
position: relative;
|
||||
|
||||
&--t-margin-external{
|
||||
margin-top: -70px;
|
||||
}
|
||||
|
||||
&--b-margin-external{
|
||||
|
||||
@include atMedium(){
|
||||
margin-bottom: -140px;
|
||||
}
|
||||
}
|
||||
|
||||
&--tb-padding{
|
||||
padding: 1.2rem 0;
|
||||
|
||||
@ -52,37 +63,6 @@
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
&--arrow-down{
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-left: 70px solid transparent;
|
||||
border-right: 70px solid transparent;
|
||||
border-top: 85px solid $myRed;
|
||||
position: absolute;
|
||||
bottom: -60px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
|
||||
@include atSmall{
|
||||
position: relative;
|
||||
top: -10px;
|
||||
margin: auto;
|
||||
left: 0;
|
||||
transform: translateX(0%);
|
||||
}
|
||||
|
||||
@include atMedium{
|
||||
position: relative;
|
||||
top: 20px;
|
||||
margin: auto;
|
||||
left: 0;
|
||||
transform: translateX(0%);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
// &--testimonials{
|
||||
// background: #e0e6ef;
|
||||
|
||||
|
Reference in New Issue
Block a user