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

27 lines
295 B
CSS

.centered {
margin: 0 auto;
text-align: center;
}
.border-dashed {
border: 1px dashed #4d4d4c;
}
.pad-horizontal {
padding: 0 .5em;
}
.pad-vertical {
padding: .5em 0;
}
.pad-both {
padding: .5em;
}
dl dt {
margin-bottom: .5em;
}
dl dd {
margin-bottom: 1em;
}