mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 13:27:57 +00:00
6cc91f9187
* Add a `last change` footer to the implementers guide Some of the newcomers were noticing outdated pages in the implementer's guide. This idea came up as a heuristic for how up-to-date an individual page is. * Update `build-implementers-guide` CI job
8 lines
132 B
CSS
8 lines
132 B
CSS
footer {
|
|
font-size: 0.8em;
|
|
text-align: center;
|
|
margin-top: 50px;
|
|
border-top: 1px solid black;
|
|
padding: 5px 0;
|
|
}
|