From 54ca3f6e2ee1ebe88bcf6d44b3794d9cea7e85bd Mon Sep 17 00:00:00 2001 From: Sam Robbins Date: Mon, 29 Jun 2020 09:49:59 +0100 Subject: Fix layout on desktop --- layouts/_default/single.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index e67b0bc..743357a 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -58,7 +58,8 @@ .content img{width:60%}} .content{ - width: 90vw; + width: 90vw; + max-width: 1200px } -- cgit v1.2.3