aboutsummaryrefslogtreecommitdiff
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
parenta8fa284a4f02108276dacf27019e9a72153a5f87 (diff)
downloadedwinmattiacci.com-92d00f041027423f546abdcb538e2e06ca17a930.tar.gz
edwinmattiacci.com-92d00f041027423f546abdcb538e2e06ca17a930.tar.bz2
edwinmattiacci.com-92d00f041027423f546abdcb538e2e06ca17a930.zip
public/css/app: Limit max width
-rw-r--r--public/css/app.css2
-rw-r--r--views/partials/header.php2
2 files changed, 3 insertions, 1 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; }
diff --git a/views/partials/header.php b/views/partials/header.php
index b90a8c6..40241fc 100644
--- a/views/partials/header.php
+++ b/views/partials/header.php
@@ -25,7 +25,7 @@
<body class="overflow-y-scroll bg-gray-100">
- <div class="flex min-h-screen">
+ <div class="flex min-h-screen max-w-xl mx-auto">
<a href="/" class="w-24 min-h-full hidden md:block logo-container border-r"></a>