Commit 2afee7b3 authored by santiaago's avatar santiaago
Browse files

remove borders from imgs #83

parent 00058671
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -59,6 +59,10 @@
    padding-top: 25px;
}

.about-img{
    border: 0;
}

@media (max-width: 992px){
    .about--squareHeader{
    	height: 150px;
+4 −0
Original line number Diff line number Diff line
@@ -88,6 +88,10 @@
    height:30px;
}

.editor-image{
    border: 0;
}

.editor-image--center{
    display: inline-block;
}