Layout classes

This commit is contained in:
Basti 2022-02-23 12:13:14 -06:00
parent c0e79918ea
commit 4ccf43cf4a
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html class="h-full">
<head>
<title>Admin Panel | Kosmos Accounts</title>
<%= csrf_meta_tags %>
@ -10,8 +10,8 @@
<%= stylesheet_link_tag 'application', "data-turbo-track": "reload" %>
<%= javascript_importmap_tags %>
</head>
<body id="admin-panel" class="bg-red-500">
<div class="">
<body id="admin-panel" class="h-full bg-red-500">
<div class="min-h-full">
<nav class="">
<div class="max-w-6xl mx-auto sm:px-6 lg:px-8">
<div class="border-b border-gray-200/10">

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html class="h-full">
<head>
<title>Kosmos Accounts</title>
<%= csrf_meta_tags %>
@ -10,8 +10,8 @@
<%= stylesheet_link_tag 'application', "data-turbo-track": "reload" %>
<%= javascript_importmap_tags %>
</head>
<body>
<div class="">
<body class="h-full bg-sky-900">
<div class="min-h-full">
<nav class="">
<div class="max-w-6xl mx-auto sm:px-6 lg:px-8">
<div class="border-b border-gray-200/10">