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}}