1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
.sized { max-width: var(--pwidth); } #navtree { display: flex; flex-direction: row; flex-wrap: wrap; margin-bottom: 1rem; gap: 1rem; } p { margin: 1.25rem 0; } #post-title { margin-bottom: 0rem; } #published { color: var(--text-dim); }