miri the leader

master
km0 2 years ago
parent 32a6cf605f
commit 1e745fc95f

File diff suppressed because one or more lines are too long

@ -1 +1 @@
Subproject commit 9b798dff50240c901614c33d243c56ad64b46ab2 Subproject commit c3b19740326b50f43343fec8ebe1d07e8b20c95d

@ -1,6 +1,8 @@
@page { @page {
size: 90mm 90mm; size: 90mm 90mm;
margin: 0; margin: 0;
bleed: 3mm;
marks: crop;
} }
:root { :root {
@ -28,7 +30,6 @@ body {
display: inline-block; display: inline-block;
width: 90mm; width: 90mm;
height: 90mm; height: 90mm;
border: 1px solid #ddd;
margin: 0; margin: 0;
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
line-height: 1.4; line-height: 1.4;
@ -49,14 +50,19 @@ footer {
img { img {
position: absolute; position: absolute;
top: 0; top: 50%;
left: 0; left: 50%;
transform: translate(-50%, -50%);
width: 100%; width: 100%;
height: 100%; height: 100%;
object-fit: cover; object-fit: cover;
z-index: 50; z-index: 50;
} }
img::after {
content: " " url("/static/contents/katamari/frog.png");
}
.title { .title {
/* position: absolute; */ /* position: absolute; */
/* bottom: 0; */ /* bottom: 0; */

Loading…
Cancel
Save