feat(theme): custom css (finally lol)

for now, just make images in posts fit to width of column instead of overflowing
pull/1/head
steven 2021-09-16 09:30:20 -04:00
parent dc79e640fe
commit 50009410d0
2 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,7 @@
<link rel="stylesheet" href="/css/normalize.css">
<link rel="stylesheet" href="/css/skeleton.css">
<link rel="stylesheet" href="/css/mineral.css">
<link rel="icon" type="image/png" href="/images/favicon.png">

View File

@ -0,0 +1,3 @@
article p img {
width: 100%;
}