aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-06-29 14:12:15 -0400
committerThedro Neely <thedroneely@gmail.com>2019-06-29 14:12:15 -0400
commit8804927a82a16d990efeedab9d9df2da3a4c41ed (patch)
treebbd80f5dc1068a3588ef33a1c82f7b0d8bba1ebe
parentf30e58714dc7a635e797ec92333a43ebe5201647 (diff)
downloadedwinmattiacci.com-8804927a82a16d990efeedab9d9df2da3a4c41ed.tar.gz
edwinmattiacci.com-8804927a82a16d990efeedab9d9df2da3a4c41ed.tar.bz2
edwinmattiacci.com-8804927a82a16d990efeedab9d9df2da3a4c41ed.zip
views/partials/header: Upgrade to Tailwind v1.0 syntax
-rw-r--r--views/partials/header.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/views/partials/header.php b/views/partials/header.php
index 0a69acd..fd5eac8 100644
--- a/views/partials/header.php
+++ b/views/partials/header.php
@@ -23,24 +23,24 @@
<?php } ?>
-<body class="overflow-y-scroll bg--white--light">
+<body class="overflow-y-scroll bg-gray-100">
<div class="flex min-h-screen">
<a href="/" class="w-24 min-h-full hidden md:block logo-container border-r"></a>
- <div class="flex flex-col xl:flex-row min-h-screen w-screen shadow-lg">
+ <div class="flex flex-col lg:flex-row min-h-screen w-screen shadow-2xl">
- <div class="w-full max-h-full xl:h-full xl:w-2/5 z-10 xl:shadow-lg splash-container"></div>
+ <div class="w-full max-h-full lg:h-full lg:w-2/5 z-10 lg:shadow-2xl splash-container"></div>
- <div class="bg-grey-lightest w-full xl:w-3/5 h-full border-b border-grey-light">
+ <div class="w-full lg:w-3/5 h-full border-b border-gray-100">
- <div class="bg-grey-lightest border-b border-grey-light">
- <section class="mx-auto p-6 max-w-sm">
+ <div class="bg-gray-100 border-b">
+ <section class="mx-auto p-4 max-w-md">
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/navigator.php'; ?>
</section>
</div>
<section class="bg--white--light">
- <div class="container p-6 mx-auto max-w-sm">
+ <div class="container p-6 mx-auto max-w-md">