Commit b3fd7592 authored by santiaago's avatar santiaago
Browse files

more compact examples section when mobile #61

parent e9fcb510
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -22,16 +22,22 @@
}

@media (max-width: 950px){

    .examples-content--position{
	top: 0;
    }

    .examples--squareHeader{
	padding-bottom: 0px;
	padding-bottom: 0;
	padding-top: 1px;
	height: 101px;
	height: 50px;
	border-bottom: solid 1px #CBCBCB;
    }

    .examples--square{
	padding-bottom: 0;
	padding-top: 0;
	height: 202px;
	height: 175px;
    }
}