mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2025-10-20 02:36:30 +00:00
about main style
This commit is contained in:
@ -1,31 +1,33 @@
|
||||
.page-section{
|
||||
padding: 1.2rem 0;
|
||||
position: relative;
|
||||
|
||||
&--tb-padding{
|
||||
padding: 1.2rem 0;
|
||||
|
||||
@include atMedium(){
|
||||
position: unset;
|
||||
padding: 4.5rem 0;
|
||||
@include atMedium(){
|
||||
position: unset;
|
||||
padding: 4.5rem 0;
|
||||
}
|
||||
}
|
||||
|
||||
&--t-padding{
|
||||
padding-top: 1.2rem;
|
||||
|
||||
// &--no-b-padding-until-medium{
|
||||
// padding-bottom: 0;
|
||||
@include atMedium(){
|
||||
position: unset;
|
||||
padding-top: 4.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
// @include atMedium(){
|
||||
// padding-bottom: 4.5rem;
|
||||
&--b-padding-small{
|
||||
padding-bottom: 1rem;
|
||||
|
||||
// }
|
||||
// }
|
||||
@include atMedium(){
|
||||
position: unset;
|
||||
padding-top: 3.8rem;
|
||||
}
|
||||
}
|
||||
|
||||
// &--no-b-padding-until-large{
|
||||
// padding-bottom: 0;
|
||||
|
||||
// @include atMedium(){
|
||||
// padding-bottom: 4.5rem;
|
||||
|
||||
// }
|
||||
// }
|
||||
|
||||
&--b-margin{
|
||||
margin-bottom: 70px;
|
||||
@ -79,6 +81,8 @@
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
// &--testimonials{
|
||||
// background: #e0e6ef;
|
||||
|
||||
|
Reference in New Issue
Block a user