_sass/global.sass in slow-steps-0.1.4 vs _sass/global.sass in slow-steps-0.1.5
- old
+ new
@@ -14,12 +14,34 @@
-moz-transition: none !important
-ms-transition: none !important
-o-transition: none !important
.fullwidth__wrap
- width: 100vw
+ width: 90vw
+ max-width: 800px
+ margin: auto
+ margin-top: $navbar-height + $secondary-navbar-height + 5vh
+ & > p
+ padding: 3rem 0
+ & > ol li, ul li
+ padding: 1rem 0
+ .two__col
+ display: flex
+ flex-wrap: wrap
+ width: 100%
+
+ .two__col--elem
+ padding: 1rem 0
+
+ .two__col--left,
+ .two__col--right
+ width: 100%
+
+ .no--mobile
+ display: none
+
.h-100
height: 100%
.d-none
display: none
@@ -242,9 +264,19 @@
&:hover
color: $opd-blue-trust
@media screen and ( min-width: 768px )
+
+ .fullwidth__wrap
+ .two__col--left
+ width: 30%
+
+ .two__col--right
+ width: 70%
+
+ .no--mobile
+ display: block
.narrow__wrap
width: 80vw
max-width: 600px
margin: 0 auto