[dingus] Home tweaks

This commit is contained in:
John Doty 2024-11-02 09:57:17 -07:00
parent 3d9c3b2c99
commit fb181667b5
2 changed files with 17 additions and 5 deletions

View file

@ -1,14 +1,18 @@
/* set codemirror ide height to 100% of the textarea */
body {
height: 100vh;
box-sizing: border-box;
margin: 0;
}
h1 {
margin-top: 0;
margin-bottom: 0.25rem;
}
.page-container {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 4rem 2rem 1fr 2rem;
grid-template-rows: auto 2rem 1fr 2rem;
width: 100%;
height: 100%;
}
@ -33,6 +37,12 @@ body {
border-top: 1px solid;
}
.page-title {
grid-column: 1 / 4;
grid-row: 1;
padding: 0.5rem;
}
.grammar-title {
grid-column: 1;
grid-row: 2;