From 3c10ed7ce36fa9929ce766a7bbd0b175e17632d7 Mon Sep 17 00:00:00 2001 From: yova Date: Sat, 26 Nov 2022 19:01:43 +0100 Subject: [PATCH] full width --- layouts/partials/custom_head.html | 2 +- layouts/partials/header.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/partials/custom_head.html b/layouts/partials/custom_head.html index 4f601f7..1a38b2e 100644 --- a/layouts/partials/custom_head.html +++ b/layouts/partials/custom_head.html @@ -11,7 +11,7 @@ .screenshot img { - max-width: 700px; + max-width: 2400px; max-height: 700px; /* Screenshots slider won't work fine without disabling image selection and dragging */ user-select: none; diff --git a/layouts/partials/header.html b/layouts/partials/header.html index ec7df1c..f4321fc 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,7 +1,7 @@