add cryframes

This commit is contained in:
Emile Clark-Boman 2026-02-03 22:20:31 +10:00
parent a10991e124
commit 4b77bef6ef
2 changed files with 27 additions and 14 deletions

View file

@ -3,15 +3,6 @@
/* =========================================================== */
.ppty {
background-color: var(--theme-bg);
border: 0.5ch solid var(--theme-tty-border);
margin: auto auto;
padding: 20px;
position: relative;
height: auto;
/* display: block; */
/* flex-direction: column; */
/* justify-content: start; */
@ -19,6 +10,9 @@
/* align-items: start; */
overflow: hidden;
font-family: monospace;
font-weight: bold;
}
.ppty-block {