Push related video below fold on app and games

This commit is contained in:
Sam Carlton 2021-04-10 17:04:34 -05:00
parent e2dcf8bac4
commit bcf3f6cb89
2 changed files with 13 additions and 8 deletions

View file

@ -94,7 +94,7 @@ export class AppTemplate {
return /* html */` return /* html */`
<section class="container py-32"> <section class="container py-32">
<div class="flex flex-col items-center text-center"> <div class="intro-content flex flex-col items-center text-center min-h-3/4-screen md:min-h-0">
<h1 class="title text-sm md:text-2xl font-bold"> <h1 class="title text-sm md:text-2xl font-bold">
${ data.mainHeading } ${ data.mainHeading }
</h1> </h1>

View file

@ -1,8 +1,11 @@
<template> <template>
<section class="container py-32"> <section class="container py-32">
<div class="flex flex-col items-center text-center"> <div class="flex flex-col items-center text-center">
<div class="intro-content flex flex-col items-center text-center min-h-3/4-screen md:min-h-0">
<h1 class="title text-sm md:text-2xl font-bold"> <h1 class="title text-sm md:text-2xl font-bold">
Does {{ app.name }} work on Apple Silicon? Does `{{ app.name }} work on Apple Silicon?
</h1> </h1>
<h2 class="subtitle text-2xl md:text-5xl font-bold py-6"> <h2 class="subtitle text-2xl md:text-5xl font-bold py-6">
{{ app.text }} {{ app.text }}
@ -10,6 +13,8 @@
<ThomasCredit /> <ThomasCredit />
</div>
<div <div
v-if="relatedVideos.length !== 0" v-if="relatedVideos.length !== 0"