Skip to content

Instantly share code, notes, and snippets.

@ivan-vilches
Created October 6, 2019 20:32
Show Gist options
  • Save ivan-vilches/bac820c91322265eff82b5430b8c96da to your computer and use it in GitHub Desktop.
Save ivan-vilches/bac820c91322265eff82b5430b8c96da to your computer and use it in GitHub Desktop.
<section class="nosotros">
<div class="container wrapper-nosotros">
<!-- post -->
<section class="post-nosotros">
<div class="image-nosotros">
{% image self.image_nosotros original class="img-fluid" %}
</div>
<h2 class="titulo-nosotros">
{{self.titulo }}
</h2>
<div class="nosotros-texto-central">
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</div>
</section>
</div>
</section>
.nosotros-texto-central.rich-text p {
text-align: justify;
font-family: 'Noto Sans', sans-serif;
font-size: 0.8rem;
margin-bottom: 1rem;
letter-spacing: 0.5px;
line-height: 1.5rem;
color: #333333;
margin-top: 2rem;
text-align: justify;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment