frontpage/styles/REPL/REPLHistory.module.css

10 lines
153 B
CSS
Raw Normal View History

2021-12-16 00:21:14 +01:00
.container {
height: 70vh;
overflow: auto;
display: flex;
flex-direction: column-reverse;
}
.line {
border-bottom: 1px solid #000;
}