From ec8e4b24663901f61ed03b0f261c7b072cf77b67 Mon Sep 17 00:00:00 2001 From: Luke Date: Tue, 10 Oct 2017 11:46:24 -0700 Subject: [PATCH] preview fixes --- previews.html | 3 +++ style.css | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/previews.html b/previews.html index 3bdc480..9581cea 100644 --- a/previews.html +++ b/previews.html @@ -12,12 +12,15 @@

Here are a couple of screenshots of what LARBS can look like. It's easily customizable, so these all holistically should give you an idea.

+ diff --git a/style.css b/style.css index 893fcdb..67363ac 100644 --- a/style.css +++ b/style.css @@ -19,6 +19,10 @@ footer img { padding: 10px; } +#prev { + max-width: 650px; +} + footer { font-size: xx-large; font-weight: bold;