Add sidebar
This commit is contained in:
@ -31,4 +31,32 @@
|
||||
display: block;
|
||||
text-align: center;
|
||||
font-size: 70.7%;
|
||||
}
|
||||
|
||||
body {
|
||||
display: grid;
|
||||
grid-template-columns: 300px auto;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
margin: 1em;
|
||||
font-size: 180%;
|
||||
}
|
||||
#sidebar ul {
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
font-size: 75%;
|
||||
}
|
||||
.two-valued {
|
||||
display: table;
|
||||
}
|
||||
.two-valued * {
|
||||
display: table-row;
|
||||
}
|
||||
.two-valued * * {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.right {
|
||||
text-align: right;
|
||||
}
|
Reference in New Issue
Block a user