Skip to content

Commit

Permalink
fix column sizing to prevent tag weirdness
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanetteclark committed Dec 22, 2020
1 parent f4cba79 commit 48ecf78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{ define "main" }}
<article class="cf">
<div class="fl w-100 w-20-ns ph2 ph2-l pv1 f4 left lh-copy sidebar">
<div class="fl w-100 w-20-ns ph0 ph0-ns pv1 f4 left lh-copy sidebar">
{{ partial "sidebar.html" . }}
</div>

Expand All @@ -12,7 +12,7 @@
{{ $section_name := index (.Site.Params.mainSections) 0 }}


<div class="fl ph3 ph5-ns pv5 w-100 w-80-ns center">
<div class="fl ph1 ph1-ns pv5 w-100 w-70-ns center">

{{ $n_posts := $.Param "recent_posts_number" | default 100 }}

Expand Down

0 comments on commit 48ecf78

Please sign in to comment.