New notes

This commit is contained in:
2022-04-28 12:37:12 -04:00
parent dc761025fa
commit 19affa2f1f
16 changed files with 1362 additions and 21 deletions

View File

@@ -154,6 +154,39 @@ section {
margin: 0.5rem;
}
pre {
width: 100%;
}
table {
display: flex;
flex-direction: column;
border: 1px solid var(--main-border-color);
border-radius: 1rem;
}
table thead {
background: var(--secondary-green);
border-top-left-radius: 1rem;
border-top-right-radius: 1rem;
}
table thead tr,
table tbody tr {
display: flex;
}
table tbody tr+tr {
border-top: 1px solid var(--main-border-color);
}
table thead tr th,
table tbody tr td {
display: flex;
flex: 1;
padding: .5em;
}
.lambda-logo {
width: 256px;
height: 256px;