very new header

hamburger is still in progress
This commit is contained in:
Thomas Ruoff
2020-12-30 00:16:05 +01:00
parent 9858ce6a5c
commit f065f3a96a
4 changed files with 59 additions and 21 deletions

View File

@@ -9,16 +9,12 @@
/* Your own custom utilities */
.wrapper {
@apply mx-3 flex flex-col min-h-screen sm:w-10/12 sm:m-auto;
@apply flex flex-col min-h-screen;
min-width: 300px;
}
.main {
@apply flex-grow;
}
.footer {
@apply mt-5 mb-2;
@apply flex-grow sm:w-10/12 sm:m-auto px-4 sm:px-6;
}
.form {