Skip to content

Commit

Permalink
Merge pull request #24 from yumemio/fix/remove-space-on-right
Browse files Browse the repository at this point in the history
fix: Removed unnecessary space on the right of article pages
  • Loading branch information
yumemio authored Nov 4, 2023
2 parents 4e81983 + 4858076 commit 088f354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

{{ define "main" }}
{{ $section := .Site.GetPage "section" .Section }}
<article class="flex-l flex-wrap justify-between mw8 center ph3">
<article class="center cf pv2 ph3 ph4-ns mw8">
<header class="mv4 w-100">
<aside class="instapaper_ignoref b sans-serif tracked">
{{ if isset .Params "series" }}
Expand Down Expand Up @@ -65,7 +65,7 @@ <h1 class="f2 sans-serif mt3 mb1">
"post_content_classes" | default "sans-serif"}} nested-links {{ $.Param
"text_color" | default "mid-gray" }} {{ cond (eq
$.Site.Language.LanguageDirection "rtl") "pl4-l" "pr4-l" }}
w-two-thirds-l f5" id="content">
f5" id="content">
{{- .Content -}}
{{- partial "tags.html" . -}}
<div class="mt6 instapaper_ignoref">
Expand Down

0 comments on commit 088f354

Please sign in to comment.