Skip to content

Commit

Permalink
Fix template for detail page (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarviMara authored Apr 12, 2024
1 parent 0f97d85 commit ad9f805
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<section class="project-detail-page section {data.background}">
<div class="project-detail-page {data.background}">
<div class="container">
<div class="row">
<div class="col sm-12 md-8 xl-6 md-offset-1 lg-offset-2">
Expand Down Expand Up @@ -36,4 +36,4 @@ <h3>{project.title}</h3>
</f:for>
</div>
</div>
</section>
</div>

0 comments on commit ad9f805

Please sign in to comment.