Add a 'featured this week'-theme and calendar

This commit is contained in:
Pieter Vander Vennet 2021-10-17 03:35:13 +02:00
parent 7566a6d046
commit 35cdb49b4d
9 changed files with 207 additions and 63 deletions

View file

@ -740,6 +740,14 @@ video {
top: 14rem;
}
.top-2 {
top: 0.5rem;
}
.right-3 {
right: 0.75rem;
}
.top-0 {
top: 0px;
}
@ -752,14 +760,6 @@ video {
right: 0px;
}
.top-2 {
top: 0.5rem;
}
.right-3 {
right: 0.75rem;
}
.bottom-0 {
bottom: 0px;
}
@ -816,6 +816,10 @@ video {
margin: 0.5rem;
}
.m-4 {
margin: 1rem;
}
.m-3 {
margin: 0.75rem;
}
@ -824,10 +828,6 @@ video {
margin: 1.5rem;
}
.m-4 {
margin: 1rem;
}
.m-px {
margin: 1px;
}
@ -968,14 +968,14 @@ video {
display: none;
}
.h-full {
height: 100%;
}
.h-24 {
height: 6rem;
}
.h-full {
height: 100%;
}
.h-10 {
height: 2.5rem;
}
@ -1204,6 +1204,10 @@ video {
gap: 1rem;
}
.self-center {
align-self: center;
}
.overflow-auto {
overflow: auto;
}
@ -1362,14 +1366,6 @@ video {
background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}
.p-1\.5 {
padding: 0.375rem;
}
.p-1 {
padding: 0.25rem;
}
.p-3 {
padding: 0.75rem;
}
@ -1378,6 +1374,14 @@ video {
padding: 1rem;
}
.p-1\.5 {
padding: 0.375rem;
}
.p-1 {
padding: 0.25rem;
}
.p-2 {
padding: 0.5rem;
}
@ -2414,6 +2418,10 @@ li::marker {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.md\:flex-row {
flex-direction: row;
}
.md\:p-0 {
padding: 0px;
}
@ -2457,6 +2465,10 @@ li::marker {
--tw-shadow: 0 0 #0000;
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.md\:w-160 {
width: 40rem;
}
}
@media (min-width: 1024px) {