some preose work, card up/down

This commit is contained in:
2023-01-19 22:32:56 +02:00
parent 863e074f50
commit e7c6ea90f7
8 changed files with 39 additions and 14 deletions

View File

@ -4,4 +4,5 @@
.prose{
color: inherit;
--tw-prose-bullets: #6b7280;
}

View File

@ -1570,6 +1570,10 @@ select {
margin-top: 5rem;
}
.mt-0 {
margin-top: 0px;
}
.block {
display: block;
}
@ -2639,6 +2643,7 @@ select {
.prose{
color: inherit;
--tw-prose-bullets: #6b7280;
}
.hover\:scale-105:hover {
@ -2855,6 +2860,14 @@ select {
margin-right: 3rem;
}
.md\:mt-0 {
margin-top: 0px;
}
.md\:mt-6 {
margin-top: 1.5rem;
}
.md\:grid {
display: grid;
}
@ -2943,6 +2956,10 @@ select {
margin-bottom: 0px;
}
.lg\:mt-0 {
margin-top: 0px;
}
.lg\:h-96 {
height: 24rem;
}