aboutsummaryrefslogtreecommitdiff
path: root/views/partials/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/partials/header.php')
-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">