Skip to content

Instantly share code, notes, and snippets.

View kiasaki's full-sized avatar
🚧
Building many things

kiasaki kiasaki

🚧
Building many things
View GitHub Profile
@kiasaki
kiasaki / styles.css
Created May 17, 2022 18:39
Bearblog.dev Styles
body {
margin: auto;
padding: 32px;
max-width: 640px;
text-align: left;
word-wrap: break-word;
overflow-wrap: break-word;
line-height: 1.5;
font-size: 18px;
font-family: monospace;