diff --git a/css/app.css b/css/app.css index cf95e69..d38022e 100644 --- a/css/app.css +++ b/css/app.css @@ -127,6 +127,10 @@ a:visited { .modal-card { min-height: 95vh; } +.modal-card-body img { + max-height: 200px; + max-width: 200px; +} .has-bottom-border { border-bottom: 1px #aaa solid; } diff --git a/img/logo_MIC.jpg b/img/logo_MIC.jpg new file mode 100644 index 0000000..a01568d Binary files /dev/null and b/img/logo_MIC.jpg differ diff --git a/index.html b/index.html index e9e2e22..0a2eb71 100644 --- a/index.html +++ b/index.html @@ -33,6 +33,9 @@ `; } @@ -75,6 +77,9 @@ export class SiteSheet { Località generica: ${this._siteData.genericPlace}

+

+ ${this._siteData.shortDescription} +

@@ -82,9 +87,6 @@ export class SiteSheet { Bibliografia: ${this.biblio()}

-

- ${this._siteData.shortDescription} -

Autore scheda: ${this._siteData.author}