88x31s are a thing

This commit is contained in:
erin 2024-09-06 07:07:41 -04:00
parent 8438c0428a
commit 93be5b8d4a
4 changed files with 93 additions and 1 deletions

View file

@ -138,6 +138,7 @@ main {
padding: 0 1rem;
font-family: "SOADialogue";
font-size: 12rem;
font-weight: normal;
}
.textbox__advance {
--background: #FFF;
@ -217,4 +218,23 @@ ul {
margin-bottom: -5rem;
}
.eightyeightbythirtyones {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
padding: calc(2px * var(--pixel-scale));
gap: calc(2px * var(--pixel-scale));
}
.eightyeightbythirtyones img {
display: block;
box-shadow: 0 0 0 calc(1px * var(--pixel-scale)) rgba(255, 255, 255, 0.5);
}
small {
display: inline-block;
font-size: 10px;
line-height: 1.5;
}
/*# sourceMappingURL=style.css.map */