veilid/docs/guide/guide.css

23 lines
277 B
CSS
Raw Normal View History

2022-01-29 23:08:29 -05:00
* {
font-family: sans-serif;
}
body {
display: flex;
justify-content: center;
}
#content {
width: 500px;
background-color: #eeeeee;
padding: 5px;
}
.section-toc, .subsection-toc {
list-style: none;
}
.section-name {
font-weight: 600;
margin-bottom: 5px;
}