Skip to content

Commit

Permalink
responsiveness fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NeroBlackstone committed Jun 14, 2021
1 parent 56f4ab8 commit d6c3d6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ order: 0
<section class="section">
<div class="container">
<div class="columns">
<div class="column is-one-fifth">
<div class="card is-hidden-touch">
<div class="column is-one-fifth is-hidden-touch">
<div class="card">
<div class="card-image">
<figure class="image is-1by1">
<img src="{{site.author.photoPath}}" alt="Placeholder image">
Expand Down Expand Up @@ -69,8 +69,8 @@ order: 0
<p>More posts can be found in <a href="/posts/">the archive</a>.</p>
</div>

<div class="column is-one-fifth">
<div class="card is-hidden-touch">
<div class="column is-one-fifth is-hidden-touch">
<div class="card">
<header class="card-header">
<p class="card-header-title">
Tags
Expand Down

0 comments on commit d6c3d6c

Please sign in to comment.