Compare commits

..

1 commit
v20 ... main

Author SHA1 Message Date
c9f82a606e Better mobile support 2025-12-26 18:26:42 +01:00

View file

@ -45,4 +45,31 @@
article:nth-child(1) {
grid-column: 1;
}
.red {
padding: 0.75em;
overflow: hidden;
font-size: 0.66em;
word-break: break-all;
}
article:has(.red) {
pointer-events: none;
opacity: 0.33 !important;
}
article {
> * {
padding: 0.75em 0.5em;
font-size: 0.9em;
text-align: center;
&:first-word {
font-size: 2em;
display: block;
}
}
}
</style>