Skip to content

Instantly share code, notes, and snippets.

@mbriceno
Created October 22, 2014 22:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbriceno/17c3326128c06015c9cb to your computer and use it in GitHub Desktop.
Save mbriceno/17c3326128c06015c9cb to your computer and use it in GitHub Desktop.
.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