Redisseny dels resultats de cerca

This commit is contained in:
marc
2025-10-05 20:54:04 +02:00
parent 664f2e4693
commit aec310c39c
4 changed files with 62 additions and 31 deletions

View File

@@ -738,6 +738,10 @@ video {
max-width: 56rem;
}
.max-w-\[655px\] {
max-width: 655px;
}
.max-w-full {
max-width: 100%;
}
@@ -959,6 +963,11 @@ video {
padding-right: 0.5rem;
}
.px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.px-4 {
padding-left: 1rem;
padding-right: 1rem;
@@ -1047,6 +1056,11 @@ video {
color: rgb(76 16 30 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
--tw-text-opacity: 1;
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-red-400 {
--tw-text-opacity: 1;
color: rgb(248 113 113 / var(--tw-text-opacity, 1));