From d534e1f397801334ef65ebbe8e825ffe538b311d Mon Sep 17 00:00:00 2001 From: Will Faught Date: Tue, 4 Jun 2024 00:05:13 -0700 Subject: [PATCH] Remove unneeded styles --- layouts/partials/paige/style.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/layouts/partials/paige/style.html b/layouts/partials/paige/style.html index 56c011c0..ac7a80d3 100644 --- a/layouts/partials/paige/style.html +++ b/layouts/partials/paige/style.html @@ -5,10 +5,6 @@ {{ partial "paige/style-first.css" $page | safeCSS }} {{ end }} -body, html { - height: 100%; -} - .highlight .chroma .hl, .highlight .chroma .lnt { display: flex; }