Commit c51ed1b7 authored by santiaago's avatar santiaago
Browse files

better mobile: features section #61

parent eb240f2f
Loading
Loading
Loading
Loading
+19 −1
Original line number Diff line number Diff line
@@ -34,3 +34,21 @@
.features-content--White{
    color: #FFF;
}

@media (max-width: 950px){
    .features--square{
	padding-bottom: 0px;
	padding-top: 0px;
	height: 101px;
	border-right: solid 1px #CBCBCB;

    }

    .features-content--position{
	top: 10%;
    }

    .features-contentText--postion{
	top: 0%;
    }
}