diff --git a/content/_index.md b/content/_index.md index 71a8798..47eeb17 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,7 +1,7 @@ --- --- -![Cover coming soon!](https://via.placeholder.com/1024x1583.png?text=Cover+coming+soon!) +![A small preview...](/detail-sketch.jpg) > To call what I am feeling a 'crush' feels inexact. It is not puppy love. It is not new relationship energy. It is not lust. It is an uncontrollable romantic desire. > diff --git a/themes/maddybook/static/css/main.css b/themes/maddybook/static/css/main.css index 627d80e..bfd4bf1 100644 --- a/themes/maddybook/static/css/main.css +++ b/themes/maddybook/static/css/main.css @@ -77,7 +77,7 @@ a:visited { color: #266; } .title img { - max-width: 50%; + max-width: 100%; margin: 0 auto; display: block; }