diff --git a/dungeonTemplate.js b/dungeonTemplate.js index 3fa8e6a..cae9cdb 100644 --- a/dungeonTemplate.js +++ b/dungeonTemplate.js @@ -103,10 +103,22 @@ export function dungeonTemplate(data) { display: flex; align-items: center; justify-content: center; + padding: 1.5cm; height: calc(100vh - 3cm); - text-align: center; + box-sizing: border-box; + background: #f5f5f5; + } + .map-page img { + max-width: 100%; + max-height: 100%; + height: auto; + width: auto; + border-radius: 0.2cm; + object-fit: contain; + box-shadow: + 0 0 20px 15px #f5f5f5 inset, + 0 0 5px 2px rgba(0, 0, 0, 0.05); } - .map-page img { max-width: 100%; max-height: 27cm; border: 2px solid #1a1a1a; border-radius: 0.2cm; } footer { text-align: center; font-size: 0.65em; color: #555; margin-top: 0.5em; font-style: italic; }