From 17795d5afe32cf6341538480bbe68bb23f3b3a54 Mon Sep 17 00:00:00 2001 From: CarolineHusky Date: Wed, 31 May 2023 20:09:40 +0200 Subject: [PATCH] Added small alternative way to scroll --- index.handlebars | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/index.handlebars b/index.handlebars index 8690039..5543168 100755 --- a/index.handlebars +++ b/index.handlebars @@ -60,6 +60,13 @@ main{ height: 0px; margin: 0; } +#mainImage>div>a:first-child>img{ + object-fit: contain; + display: inline-block; + max-height: 80vh; + max-width: 100%; + align-self: center; +} #mainImage>div>img:first-child{ object-fit: contain; display: inline-block; @@ -304,7 +311,7 @@ h2>:last-child:not(span){
{{#art}}
- {{title}} + {{#next}}{{/next}}{{title}}{{#next}}{{/next}}

{{#previous}}{{/previous}}{{title}}{{#next}}{{/next}}

{{#description}}

{{&.}}

{{/description}} @@ -318,7 +325,7 @@ h2>:last-child:not(span){ {{/art}} {{#pict}}{{#content}}
- {{title}} + {{#next}}{{/next}}{{title}}{{#next}}{{/next}}

{{#previous}}{{/previous}}{{title}}{{#next}}{{/next}}

{{#description}}

{{&.}}

{{/description}}