nicer looking
This commit is contained in:
parent
8abbac4bc9
commit
e850952738
14 changed files with 547 additions and 104 deletions
|
|
@ -1,6 +1,17 @@
|
|||
|
||||
.keyword {
|
||||
color: blue;
|
||||
/* margin: 0 2px 0 2px; */
|
||||
.letIn {
|
||||
display: inline-block;
|
||||
border: 1px solid darkgrey;
|
||||
}
|
||||
|
||||
.decl {
|
||||
display: grid;
|
||||
grid-template-columns: auto auto auto auto;
|
||||
}
|
||||
|
||||
.column.rightAlign {
|
||||
/* text-align: right; */
|
||||
}
|
||||
|
||||
.column {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue