cleanup template more for imagen
All checks were successful
ci/woodpecker/push/ci Pipeline was successful

This commit is contained in:
Madison Grubb
2025-09-04 22:52:23 -04:00
parent 50e240f314
commit 438943b032

View File

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