_assets/scss/templates/docs/layout.scss in bytewax-docs-0.1.0 vs _assets/scss/templates/docs/layout.scss in bytewax-docs-0.1.1
- old
+ new
@@ -1,21 +1,21 @@
/** Docs -- Layout **/
.docs{
&__container{
padding-top:12px;
padding-bottom:64px;
- @include min-sm{
+ @include media-min($sm){
padding-top:24px;
padding-bottom:96px;
}
- @include min-lg{
+ @include media-min($lg){
padding-bottom:150px;
}
}
&__row{
position:relative;
align-items:flex-start;
- @include min-sm{
+ @include media-min($sm){
flex-wrap:nowrap;
}
}
}
\ No newline at end of file