Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/negrel/hugo-theme-pico.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Negrel <negrel.dev@protonmail.com>2021-01-30 23:30:45 +0300
committerAlexandre Negrel <negrel.dev@protonmail.com>2021-01-30 23:30:45 +0300
commit68071b9b645b9d24a95d76f5bf9828360a508608 (patch)
tree03c357a5a673d76f3460ea759fc1202c41941b5a
parent0618b28d2667455f8e2e4597bad031d74308b81c (diff)
fixing lg screen overflow
-rw-r--r--layouts/partials/widgets/hero.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/widgets/hero.html b/layouts/partials/widgets/hero.html
index 200fdfc..5e71ae0 100644
--- a/layouts/partials/widgets/hero.html
+++ b/layouts/partials/widgets/hero.html
@@ -21,7 +21,7 @@
{{ with .Params.hero_media }}
<div
- class="my-6 p-4 mx-auto max-w-3/4 sm:max-w-2/3 md:max-w-1/2 lg:relative lg:-right-10 xl:-right-16 shadow-soft relative bg-secondary-light">
+ class="my-6 p-4 mx-auto max-w-3/4 sm:max-w-2/3 lg:max-w-1/2 lg:relative xl:-right-10 xl:-right-16 shadow-soft relative bg-secondary-light">
<img src="{{ . | relURL}}" alt="hero image" class="max-h-vh-3/4">
</div>
{{ end }}