25 lines
332 B
Plaintext
25 lines
332 B
Plaintext
Screen {
|
|
layout: horizontal;
|
|
overflow-x: auto;
|
|
}
|
|
|
|
.column {
|
|
width: 1fr;
|
|
height: 100%;
|
|
padding: 2 2 2 2;
|
|
border-right: dashed #458588;
|
|
}
|
|
|
|
.last-column{
|
|
width: 1fr;
|
|
height: 100%;
|
|
padding: 2 2 2 2;
|
|
|
|
}
|
|
|
|
.header {
|
|
content-align: center top;
|
|
color: #458588;
|
|
text-style: bold underline;
|
|
}
|