feat(theme): custom css (finally lol)
for now, just make images in posts fit to width of column instead of overflowingpull/1/head
parent
dc79e640fe
commit
50009410d0
|
|
@ -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">
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
article p img {
|
||||
width: 100%;
|
||||
}
|
||||
Loading…
Reference in New Issue