diff --git a/static/css/dist/styles.css b/static/css/dist/styles.css index 87a7130..85bbe62 100644 --- a/static/css/dist/styles.css +++ b/static/css/dist/styles.css @@ -1510,6 +1510,11 @@ select { border-color: rgb(219 234 254 / var(--tw-border-opacity)); } +.border-stone-200 { + --tw-border-opacity: 1; + border-color: rgb(231 229 228 / var(--tw-border-opacity)); +} + .border-slate-400 { --tw-border-opacity: 1; border-color: rgb(148 163 184 / var(--tw-border-opacity)); @@ -1520,11 +1525,6 @@ select { border-color: rgb(214 211 209 / var(--tw-border-opacity)); } -.border-stone-200 { - --tw-border-opacity: 1; - border-color: rgb(231 229 228 / var(--tw-border-opacity)); -} - .bg-white { --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); @@ -1572,16 +1572,16 @@ select { padding-bottom: 0.75rem; } -.py-2 { - padding-top: 0.5rem; - padding-bottom: 0.5rem; -} - .py-4 { padding-top: 1rem; padding-bottom: 1rem; } +.py-2 { + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} + .pb-1 { padding-bottom: 0.25rem; } @@ -1617,15 +1617,15 @@ select { line-height: 1rem; } -.text-\[15px\] { - font-size: 15px; -} - .text-xl { font-size: 1.25rem; line-height: 1.75rem; } +.text-\[15px\] { + font-size: 15px; +} + .text-\[2\.25rem\] { font-size: 2.25rem; } @@ -1639,14 +1639,14 @@ select { font-weight: 300; } -.font-medium { - font-weight: 500; -} - .font-normal { font-weight: 400; } +.font-medium { + font-weight: 500; +} + .font-semibold { font-weight: 600; } diff --git a/theme/static/css/dist/styles.css b/theme/static/css/dist/styles.css index 87a7130..85bbe62 100644 --- a/theme/static/css/dist/styles.css +++ b/theme/static/css/dist/styles.css @@ -1510,6 +1510,11 @@ select { border-color: rgb(219 234 254 / var(--tw-border-opacity)); } +.border-stone-200 { + --tw-border-opacity: 1; + border-color: rgb(231 229 228 / var(--tw-border-opacity)); +} + .border-slate-400 { --tw-border-opacity: 1; border-color: rgb(148 163 184 / var(--tw-border-opacity)); @@ -1520,11 +1525,6 @@ select { border-color: rgb(214 211 209 / var(--tw-border-opacity)); } -.border-stone-200 { - --tw-border-opacity: 1; - border-color: rgb(231 229 228 / var(--tw-border-opacity)); -} - .bg-white { --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); @@ -1572,16 +1572,16 @@ select { padding-bottom: 0.75rem; } -.py-2 { - padding-top: 0.5rem; - padding-bottom: 0.5rem; -} - .py-4 { padding-top: 1rem; padding-bottom: 1rem; } +.py-2 { + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} + .pb-1 { padding-bottom: 0.25rem; } @@ -1617,15 +1617,15 @@ select { line-height: 1rem; } -.text-\[15px\] { - font-size: 15px; -} - .text-xl { font-size: 1.25rem; line-height: 1.75rem; } +.text-\[15px\] { + font-size: 15px; +} + .text-\[2\.25rem\] { font-size: 2.25rem; } @@ -1639,14 +1639,14 @@ select { font-weight: 300; } -.font-medium { - font-weight: 500; -} - .font-normal { font-weight: 400; } +.font-medium { + font-weight: 500; +} + .font-semibold { font-weight: 600; } diff --git a/tournamentpages/templates/tournament.html b/tournamentpages/templates/tournament.html index 5829846..409532f 100644 --- a/tournamentpages/templates/tournament.html +++ b/tournamentpages/templates/tournament.html @@ -30,9 +30,9 @@ {% tailwind_css %} -
+