Article dates are not lining up with article names:
Simplified reduction:
<!doctype html><style>
* { outline: 1px solid black; }
body {
width: 300px;
}
.float {
float: left;
width: 50px;
height: 20px;
background: orange;
}
.nonfloat {
width: 100px;
height: 50px;
background: cyan;
}
</style><body><article><div class="float"></div><div class="nonfloat"></div></article><article><div class="float"></div><div class="nonfloat"></div></article>
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too