From 92d00f041027423f546abdcb538e2e06ca17a930 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Sat, 12 Oct 2019 03:02:42 -0400 Subject: public/css/app: Limit max width --- public/css/app.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'public') diff --git a/public/css/app.css b/public/css/app.css index cd77a50..2a57771 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -1,5 +1,7 @@ .bg--white--light { background-color: #f3f3f3 } +.max-w-xl { max-width: 88rem; } + .logo-container { background-image: url(/images/crisp-paper-ruffles.png); } .link-active { border-bottom: 2px solid #85BDBF; } -- cgit v1.2.3