From e4245a4b1e7af0a9745796053c46592fa157364b Mon Sep 17 00:00:00 2001 From: Madison Scott-Clary Date: Thu, 2 Sep 2021 11:27:00 -0700 Subject: [PATCH] Add preview of image --- content/_index.md | 2 +- themes/maddybook/static/css/main.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }