This repository has been archived on 2024-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
Homepage/assets/custom.css

14 lines
142 B
CSS

.centered {
margin: 0 auto;
text-align: center;
}
.pad-vertical {
padding: .5em 0;
}
dl dt,
dl dd {
margin-bottom: .25em;
}