diff --git a/games/static/base.css b/games/static/base.css index 6002550..0d71b12 100644 --- a/games/static/base.css +++ b/games/static/base.css @@ -1539,8 +1539,8 @@ input:checked + .toggle-bg { width: 100%; } -.max-w-80 { - max-width: 20rem; +.max-w-\[30rem\] { + max-width: 30rem; } .max-w-screen-lg { @@ -1559,18 +1559,6 @@ input:checked + .toggle-bg { max-width: 20rem; } -.max-w-\[90\] { - max-width: 90; -} - -.max-w-\[90rem\] { - max-width: 90rem; -} - -.max-w-\[30rem\] { - max-width: 30rem; -} - .flex-1 { flex: 1 1 0%; } @@ -1750,22 +1738,10 @@ input:checked + .toggle-bg { white-space: nowrap; } -.text-wrap { - text-wrap: wrap; -} - -.text-nowrap { - text-wrap: nowrap; -} - .text-balance { text-wrap: balance; } -.text-pretty { - text-wrap: pretty; -} - .rounded { border-radius: 0.25rem; } diff --git a/games/templates/base.html b/games/templates/base.html index 98f33dc..64c2d4b 100644 --- a/games/templates/base.html +++ b/games/templates/base.html @@ -18,11 +18,11 @@ @@ -45,46 +45,46 @@ {% block scripts %} {% endblock scripts %}