From 36503c4f9dabcb4aad8a5bd25f17af8341eec7a2 Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <patrick@davids-neighbour.com>
Date: Sat, 29 Mar 2025 01:51:01 +0000
Subject: [PATCH] refactor: sort css classes
---
layouts/_default/single.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index cea0ed7..b89aea6 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -6,7 +6,7 @@
{{ define "main" }}
{{ $page := .}}
{{ $section := .Site.GetPage "section" .Section }}
- <article class="flex-wrap justify-between flex-l mw8 center ph3">
+ <article class="flex-l mw8 center ph3 flex-wrap justify-between">
<header class="mt4 w-100">
<aside class="instapaper_ignoref b helvetica tracked ttu">
{{/*
--
Gitblit v1.10.0