Доверстал анкету

This commit is contained in:
2024-12-13 10:05:45 +03:00
parent 619a158d13
commit 4428052d78
5 changed files with 123 additions and 81 deletions

View File

@@ -34,9 +34,9 @@
}
}
<footer class="card fixed bottom-0 w-96 h-20 bg-base-200 rounded-badge p-4 mb-3">
<footer class="card fixed bottom-0 w-96 sm:w-[32rem] h-20 bg-base-200 rounded-badge p-4 mb-3">
<div class="flex justify-center items-center">
<ul class="steps justify-center center">
<ul class="steps justify-center center w-full text-sm">
<a href="/" class="step step-primary text-gray-500">Выбор</a>
@foreach (int i in Enumerable.Range(1, 4))
{