aboutsummaryrefslogtreecommitdiff
path: root/views
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 /views
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 'views')
-rw-r--r--views/partials/header.php2
1 files changed, 1 insertions, 1 deletions
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>