add new mt video
This commit is contained in:
parent
111ee876a6
commit
b1d4edba2a
|
@ -929,14 +929,21 @@ select {
|
|||
color: var(--tw-prose-code);
|
||||
font-weight: 600;
|
||||
font-size: 0.875em;
|
||||
background-color: rgba(var(--color-neutral-50), 1);
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.prose :where(code):not(:where([class~="not-prose"] *))::before {
|
||||
content: "`";
|
||||
display: none;
|
||||
}
|
||||
|
||||
.prose :where(code):not(:where([class~="not-prose"] *))::after {
|
||||
content: "`";
|
||||
display: none;
|
||||
}
|
||||
|
||||
.prose :where(a code):not(:where([class~="not-prose"] *)) {
|
||||
|
@ -1204,6 +1211,14 @@ select {
|
|||
border-radius: 0.12rem;
|
||||
}
|
||||
|
||||
.prose :where(p):not(:where([class~="not-prose"] *))::before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.prose :where(p):not(:where([class~="not-prose"] *))::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
|
||||
margin-top: 0.5714286em;
|
||||
margin-bottom: 0.5714286em;
|
||||
|
@ -1695,6 +1710,10 @@ select {
|
|||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
.mt-4 {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.-mr-2 {
|
||||
margin-right: -0.5rem;
|
||||
}
|
||||
|
@ -1747,10 +1766,6 @@ select {
|
|||
margin-top: 0.1rem;
|
||||
}
|
||||
|
||||
.mt-4 {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.\!mt-0 {
|
||||
margin-top: 0px !important;
|
||||
}
|
||||
|
@ -1955,6 +1970,12 @@ select {
|
|||
max-width: 48rem;
|
||||
}
|
||||
|
||||
.max-w-fit {
|
||||
max-width: -webkit-fit-content;
|
||||
max-width: -moz-fit-content;
|
||||
max-width: fit-content;
|
||||
}
|
||||
|
||||
.max-w-\[64rem\] {
|
||||
max-width: 64rem;
|
||||
}
|
||||
|
@ -2655,14 +2676,14 @@ select {
|
|||
opacity: 0;
|
||||
}
|
||||
|
||||
.opacity-30 {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
.opacity-70 {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.opacity-30 {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
.mix-blend-normal {
|
||||
mix-blend-mode: normal;
|
||||
}
|
||||
|
@ -3938,6 +3959,10 @@ body:has(#menu-controller:checked) {
|
|||
background-color: rgba(var(--color-secondary-400), 1);
|
||||
}
|
||||
|
||||
.dark .dark\:prose-invert :where(code):not(:where([class~="not-prose"] *)) {
|
||||
background-color: rgba(var(--color-neutral-700), 1);
|
||||
}
|
||||
|
||||
.dark .dark\:text-neutral {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgba(var(--color-neutral), var(--tw-text-opacity));
|
||||
|
|
|
@ -18,5 +18,4 @@ Our desire to see teenagers develop a heart for missions was the main force behi
|
|||
<!-- {{< /button >}} -->
|
||||
|
||||
##
|
||||
{{< pt src="https://videos.tfcconnection.org/videos/embed/453aa8f7-5d87-4604-9e5d-bab1b60c5a00" width="700" height="400" >}}
|
||||
|
||||
{{< pt src="https://videos.tfcconnection.org/videos/embed/24b2a47a-6dd1-413b-ad9b-e9166636a4c8" width="700" height="400" >}}
|
||||
|
|
|
@ -128,7 +128,7 @@
|
|||
class="flex-auto form-input {{ $formClasses }}">
|
||||
</div>
|
||||
<div class="flex-auto flex flex-wrap items-center">
|
||||
<label for="homephone" class="mr-4">Home phone</label>
|
||||
<label for="homephone" class="mr-4">Parent phone</label>
|
||||
<input type="tel" id="homephone" name="homephone"
|
||||
class="flex-auto form-input {{ $formClasses }}">
|
||||
</div>
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 8da083ad241ac17c95aeeab23ccd22a93c4db7b0
|
||||
Subproject commit e6e8b05e07746fda7a3d50f9ecd73227c0c4123a
|
Loading…
Reference in a new issue