Created
October 22, 2014 22:14
-
-
Save mbriceno/17c3326128c06015c9cb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.caja-mentores{ | |
..... | |
/*Agregar al final de esta clase*/ | |
position: relative; | |
text-align: center; | |
} | |
.inner-mentores{ | |
display: inline-block; | |
max-width: 1125px; | |
} | |
.circulo{ | |
margin: 20px 33px; /* Colocar asi el margin*/ | |
} | |
<div class="caja-mentores"> | |
<div class="inner-mentores"> //Quitar la clase row y colocar inner-mentores | |
Aqui va todo lo q tiene el div con la clase row | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment