This commit is contained in:
Daniel Kluge
2021-12-16 01:03:54 +01:00
parent ec595650fd
commit 2403816461
7 changed files with 56 additions and 14 deletions
+4 -2
View File
@@ -1,10 +1,12 @@
.container {
height: 70vh;
overflow: auto;
display: flex;
flex-direction: column-reverse;
flex-grow: 2;
font-size: 1.25rem;
font-family: "CascadiaCode", monospace;
}
.line {
border-bottom: 1px solid #000;
padding: 3px 0;
}