Source code of my website
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ’„ : correct post headline alignments

+12
+12
assets/css/custom.css
··· 104 104 margin: 0; 105 105 } 106 106 107 + /* article headline style */ 108 + .headline { 109 + gap: 1rem; 110 + align-items: start; 111 + } 112 + .headline > div { 113 + flex: 1 0 auto; 114 + } 115 + .headline > .tags { 116 + flex: 0 1 auto; 117 + } 118 + 107 119 /* search box style */ 108 120 :root { 109 121 --rad: .5rem;