add cryframes
This commit is contained in:
parent
a10991e124
commit
4b77bef6ef
2 changed files with 27 additions and 14 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue