Skip to content

Commit

Permalink
Explore page layout changes
Browse files Browse the repository at this point in the history
  • Loading branch information
niclake committed Jul 7, 2024
1 parent 49491c1 commit 033a31a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/explore.njk
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ title: Explore
permalink: /explore/index.html
---

<div class="container">
<div class="container card-container">
<div class="row">
{%- for page in navigation -%}
{% if page.explore != false %}
<div class="col-lg-4 col-md-6 col-sm-12 d-flex align-items-stretch">
<div class="col-lg-4 col-md-6 col-sm-6 d-flex align-items-stretch">
<div class="card w-100">
<div>
<h4 class="{{ page.text | lower }}">
Expand Down

0 comments on commit 033a31a

Please sign in to comment.