diff --git a/docs/style.css b/docs/style.css index 139f24b4..3985b84a 100644 --- a/docs/style.css +++ b/docs/style.css @@ -145,6 +145,14 @@ hr { margin-bottom: 30px; } + .row.feature:nth-child(odd) .feature-image{ order: 2; } + +/*Medium devices (tablets, 768px and up)*/ +@media (max-width: 768px) { + .row.feature .feature-image{ + order: 2; + } +}