A charming Jekyll theme. linus.arthr.dev/
jekyll-theme
0
fork

Configure Feed

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

feat(post): styling post footer

+10 -1
+10 -1
assets/css/layout.css
··· 134 134 } 135 135 136 136 .site-title { 137 - display: inline-block; 137 + display: block; 138 138 font-size: 2.5rem; 139 139 line-height: 1.6; 140 140 } ··· 266 266 margin-left: auto; 267 267 margin-top: calc(var(--spacing) * 2); 268 268 font-size: 1.2rem; 269 + 270 + &::before { 271 + content: " "; 272 + display: block; 273 + height: 1px; 274 + width: 3lh; 275 + background-color: var(--color-border); 276 + margin-bottom: var(--spacing); 277 + } 269 278 } 270 279 271 280 .post-tags {