changed listen address
All checks were successful
Cargo Build & Test / Push to container registry (push) Successful in 2m24s

This commit is contained in:
2025-07-18 12:14:31 +02:00
parent 31df9a24aa
commit 6c04f21a20
2 changed files with 1 additions and 9 deletions

View File

@@ -19,8 +19,6 @@
--text-xl--line-height: calc(1.75 / 1.25);
--text-2xl: 1.5rem;
--text-2xl--line-height: calc(2 / 1.5);
--text-3xl: 1.875rem;
--text-3xl--line-height: calc(2.25 / 1.875);
--text-4xl: 2.25rem;
--text-4xl--line-height: calc(2.5 / 2.25);
--text-6xl: 3.75rem;
@@ -1149,10 +1147,6 @@
font-size: var(--text-2xl);
line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-3xl {
font-size: var(--text-3xl);
line-height: var(--tw-leading, var(--text-3xl--line-height));
}
.text-4xl {
font-size: var(--text-4xl);
line-height: var(--tw-leading, var(--text-4xl--line-height));