diff --git a/static/img/logo-black.png b/static/img/logo-black.png new file mode 100644 index 0000000..0569e97 Binary files /dev/null and b/static/img/logo-black.png differ diff --git a/static/img/logo-white.png b/static/img/logo-white.png new file mode 100644 index 0000000..73b26dc Binary files /dev/null and b/static/img/logo-white.png differ diff --git a/static/output.css b/static/output.css index ea38322..94f7a80 100644 --- a/static/output.css +++ b/static/output.css @@ -786,6 +786,10 @@ video { flex: 1 1 0%; } +.flex-shrink-0 { + flex-shrink: 0; +} + .shrink-0 { flex-shrink: 0; } @@ -1240,6 +1244,36 @@ video { background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1)); } +.bg-pink-200 { + --tw-bg-opacity: 1; + background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1)); +} + +.bg-pink-300 { + --tw-bg-opacity: 1; + background-color: rgb(249 168 212 / var(--tw-bg-opacity, 1)); +} + +.bg-pink-700 { + --tw-bg-opacity: 1; + background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1)); +} + +.bg-pink-500 { + --tw-bg-opacity: 1; + background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1)); +} + +.bg-fuchsia-500 { + --tw-bg-opacity: 1; + background-color: rgb(217 70 239 / var(--tw-bg-opacity, 1)); +} + +.bg-blue-700 { + --tw-bg-opacity: 1; + background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1)); +} + .fill-red-50 { fill: #fef2f2; } @@ -1265,6 +1299,10 @@ video { padding: 1rem; } +.p-8 { + padding: 2rem; +} + .px-2 { padding-left: 0.5rem; padding-right: 0.5rem; @@ -1364,6 +1402,10 @@ video { padding-top: 1.25rem; } +.pt-8 { + padding-top: 2rem; +} + .text-left { text-align: left; } @@ -2114,6 +2156,14 @@ video { max-width: 80rem; } + .lg\:max-w-4xl { + max-width: 56rem; + } + + .lg\:max-w-6xl { + max-width: 72rem; + } + .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } @@ -2122,6 +2172,10 @@ video { grid-template-columns: repeat(4, minmax(0, 1fr)); } + .lg\:grid-cols-2 { + grid-template-columns: repeat(2, minmax(0, 1fr)); + } + .lg\:p-8 { padding: 2rem; } @@ -2146,6 +2200,10 @@ video { grid-template-columns: repeat(4, minmax(0, 1fr)); } + .xl\:grid-cols-8 { + grid-template-columns: repeat(8, minmax(0, 1fr)); + } + .xl\:gap-x-8 { -moz-column-gap: 2rem; column-gap: 2rem; @@ -2153,6 +2211,14 @@ video { } @media (min-width: 1536px) { + .\32xl\:grid-cols-8 { + grid-template-columns: repeat(8, minmax(0, 1fr)); + } + + .\32xl\:grid-cols-6 { + grid-template-columns: repeat(6, minmax(0, 1fr)); + } + .\32xl\:px-0 { padding-left: 0px; padding-right: 0px; diff --git a/views/additem.html b/views/additem.html index 0b803e6..edb09b7 100644 --- a/views/additem.html +++ b/views/additem.html @@ -2,7 +2,7 @@
+
+
+
+