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

12 lines
139 B
CSS

.centered {
margin: 0 auto;
text-align: center;
}
.pad-horizontal {
padding: 0 .5em;
}
.pad-vertical {
padding: .5em 0;
}