add favico

This commit is contained in:
2024-08-29 15:46:44 +02:00
parent 1cd4b8f3e8
commit 6eec369bd3
44 changed files with 397 additions and 2664 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -2,17 +2,16 @@
@tailwind components;
@tailwind utilities;
@keyframes slide {
0% {
transform: translateX(0%);
}
100% {
transform: translateX(-50%);
}
0% {
transform: translateX(0%);
}
.animate-slide {
display: flex;
width: max-content;
animation: slide 15s linear infinite;
100% {
transform: translateX(-50%);
}
}
.animate-slide {
display: flex;
width: max-content;
animation: slide 15s linear infinite;
}