aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-10-12 03:02:42 -0400
committerThedro Neely <thedroneely@gmail.com>2019-10-12 03:06:04 -0400
commit92d00f041027423f546abdcb538e2e06ca17a930 (patch)
treee5a80d5609d64a3b044e22bc2fbecea818e04a83 /public
parenta8fa284a4f02108276dacf27019e9a72153a5f87 (diff)
downloadedwinmattiacci.com-92d00f041027423f546abdcb538e2e06ca17a930.tar.gz
edwinmattiacci.com-92d00f041027423f546abdcb538e2e06ca17a930.tar.bz2
edwinmattiacci.com-92d00f041027423f546abdcb538e2e06ca17a930.zip
public/css/app: Limit max width
Diffstat (limited to 'public')
-rw-r--r--public/css/app.css2
1 files changed, 2 insertions, 0 deletions
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; }