Add attribution for plantnet, styling tweaks

This commit is contained in:
Pieter Vander Vennet 2022-08-23 16:15:53 +02:00
parent b1ea986515
commit d713e00671
6 changed files with 91 additions and 32 deletions

View file

@ -1054,10 +1054,6 @@ video {
height: 6rem;
}
.h-96 {
height: 24rem;
}
.h-64 {
height: 16rem;
}
@ -1102,6 +1098,10 @@ video {
height: 8rem;
}
.h-96 {
height: 24rem;
}
.h-16 {
height: 4rem;
}
@ -1166,6 +1166,11 @@ video {
width: 2rem;
}
.w-min {
width: -webkit-min-content;
width: min-content;
}
.w-1\/3 {
width: 33.333333%;
}
@ -1186,11 +1191,6 @@ video {
width: 2.75rem;
}
.w-min {
width: -webkit-min-content;
width: min-content;
}
.w-max {
width: -webkit-max-content;
width: max-content;
@ -1512,6 +1512,11 @@ video {
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-gray-200 {
--tw-bg-opacity: 1;
background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.bg-red-400 {
--tw-bg-opacity: 1;
background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
@ -1532,11 +1537,6 @@ video {
background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-gray-200 {
--tw-bg-opacity: 1;
background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.bg-gray-100 {
--tw-bg-opacity: 1;
background-color: rgba(243, 244, 246, var(--tw-bg-opacity));