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.

fix(pre): fixes code overflow

+2 -1
+2 -1
assets/css/base.css
··· 285 285 } 286 286 287 287 pre { 288 - font-size: 1.2rem; 289 288 padding: calc(var(--spacing) / 2); 290 289 border-radius: .3rem; 291 290 box-shadow: var(--shadow); 291 + overflow-x: auto; 292 + font-size: 1.2rem; 292 293 }