diff --git a/static/style/output.css b/static/style/output.css index 1d1264e..f3e5764 100644 --- a/static/style/output.css +++ b/static/style/output.css @@ -581,14 +581,6 @@ video { margin-bottom: 1rem; } -.ml-4 { - margin-left: 1rem; -} - -.ml-8 { - margin-left: 2rem; -} - .mt-1 { margin-top: 0.25rem; } @@ -617,49 +609,24 @@ video { display: grid; } -.h-screen { - height: 100vh; -} - .w-full { width: 100%; } -.w-fit { - width: -moz-fit-content; - width: fit-content; -} - .w-auto { width: auto; } -.w-1\/2 { - width: 50%; -} - -.max-w-lg { - max-width: 32rem; -} - -.max-w-md { - max-width: 28rem; -} - -.max-w-sm { - max-width: 24rem; +.max-w-xl { + max-width: 36rem; } .max-w-xs { max-width: 20rem; } -.max-w-xl { - max-width: 36rem; -} - -.flex-1 { - flex: 1 1 0%; +.max-w-lg { + max-width: 32rem; } .border-collapse { @@ -670,10 +637,6 @@ video { list-style-type: disc; } -.grid-cols-1 { - grid-template-columns: repeat(1, minmax(0, 1fr)); -} - .grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } @@ -682,10 +645,6 @@ video { flex-direction: column; } -.place-content-center { - place-content: center; -} - .content-center { align-content: center; } @@ -698,6 +657,10 @@ video { justify-content: center; } +.gap-2 { + gap: 0.5rem; +} + .gap-x-2 { -moz-column-gap: 0.5rem; column-gap: 0.5rem; diff --git a/templates/.layout.html b/templates/.layout.html index 0b29a4c..b7bdf51 100644 --- a/templates/.layout.html +++ b/templates/.layout.html @@ -12,24 +12,7 @@ > {% block body %} {% endblock %} - + {% for file in js_files %} {% endfor %} diff --git a/templates/app.html b/templates/app.html index 9b7f5ff..7bf4f97 100644 --- a/templates/app.html +++ b/templates/app.html @@ -17,7 +17,10 @@
-
+
@@ -47,20 +50,18 @@
-
+
- -
Go to Skills Data Page
+
+
+

About The App

+

+ Dragon Warrior Monsters 2 App, an open-source project. You can contribute + to the development and improvement of this app on our Git repository. Feel + free to explore the code, report issues, and submit pull requests. +

+

+ +