Eric Bower
·
03 Oct 24
main.css
1body {
2 max-width: 1025px;
3}
4
5.post-date {
6 width: 110px;
7}
8
9.transform-none {
10 text-transform: none;
11}
git clone https://github.com/picosh/pico.git
1body {
2 max-width: 1025px;
3}
4
5.post-date {
6 width: 110px;
7}
8
9.transform-none {
10 text-transform: none;
11}