eukleides/style.css
Christian Lawson-Perfect 9e4d936a96 first commit
2025-02-09 20:33:50 +00:00

30 lines
No EOL
374 B
CSS

body {
margin: 0;
}
main {
display: grid;
grid-template:
"editor display" / 50svw 50svw;
;
width: 100svw;
& code-editor {
display: block;
overflow: auto;
}
& #time {
width: 100%;
}
& #files {
[aria-current] button {
font-weight: bold;
}
}
& #display svg {
max-height: 50svh;
}
}