cleanup template more for imagen
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
This commit is contained in:
@@ -103,10 +103,22 @@ export function dungeonTemplate(data) {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
padding: 1.5cm;
|
||||||
height: calc(100vh - 3cm);
|
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 {
|
footer {
|
||||||
text-align: center; font-size: 0.65em; color: #555; margin-top: 0.5em; font-style: italic;
|
text-align: center; font-size: 0.65em; color: #555; margin-top: 0.5em; font-style: italic;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user