This commit is contained in:
Pieter Vander Vennet 2022-08-19 10:40:57 +02:00
parent 5ef9a57bb0
commit ab3e4cfbb6
2 changed files with 20 additions and 12 deletions

View file

@ -866,14 +866,6 @@ video {
margin-bottom: 1rem; margin-bottom: 1rem;
} }
.mt-8 {
margin-top: 2rem;
}
.mt-4 {
margin-top: 1rem;
}
.mt-2 { .mt-2 {
margin-top: 0.5rem; margin-top: 0.5rem;
} }
@ -886,6 +878,10 @@ video {
margin-right: 2rem; margin-right: 2rem;
} }
.mt-4 {
margin-top: 1rem;
}
.mt-6 { .mt-6 {
margin-top: 1.5rem; margin-top: 1.5rem;
} }
@ -934,6 +930,10 @@ video {
margin-top: 0px; margin-top: 0px;
} }
.mt-8 {
margin-top: 2rem;
}
.mb-8 { .mb-8 {
margin-bottom: 2rem; margin-bottom: 2rem;
} }
@ -2005,6 +2005,10 @@ a {
color: var(--foreground-color); color: var(--foreground-color);
} }
.text-white a {
color: var(--background-color);
}
.btn { .btn {
line-height: 1.25rem; line-height: 1.25rem;
--tw-text-opacity: 1; --tw-text-opacity: 1;
@ -2866,10 +2870,6 @@ input {
width: 75%; width: 75%;
} }
.lg\:w-1\/3 {
width: 33.333333%;
}
.lg\:w-1\/4 { .lg\:w-1\/4 {
width: 25%; width: 25%;
} }
@ -2878,6 +2878,10 @@ input {
width: 16.666667%; width: 16.666667%;
} }
.lg\:w-1\/3 {
width: 33.333333%;
}
.lg\:grid-cols-3 { .lg\:grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-columns: repeat(3, minmax(0, 1fr));
} }

View file

@ -182,6 +182,10 @@ a {
color: var(--foreground-color); color: var(--foreground-color);
} }
.text-white a {
color: var(--background-color);
}
.btn { .btn {
line-height: 1.25rem; line-height: 1.25rem;
--tw-text-opacity: 1; --tw-text-opacity: 1;