A couple of small design fixes
This commit is contained in:
parent
9722dc1c92
commit
60956f6158
6 changed files with 41 additions and 11 deletions
|
|
@ -1,6 +1,11 @@
|
|||
<!-- Portfolio Grid Section -->
|
||||
<section id="portfolio" class="bg-light-gray">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12 text-center text-muted">
|
||||
<h3 class="section-heading ">OSEM Features</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
{% for post in site.posts %}
|
||||
<div class="col-md-4 col-sm-6 portfolio-item">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue