mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Increase space betweet devices and videos
This commit is contained in:
parent
4372f462c3
commit
2c3e0ab688
1 changed files with 2 additions and 1 deletions
|
|
@ -114,7 +114,8 @@ export class AppTemplate {
|
|||
const relatedVideosRowHtml = hasRelatedVideos ? await this.boundComponent(VideoRow)( relatedVideos ) : null
|
||||
|
||||
return /* html */`
|
||||
<section class="container py-32">
|
||||
<section class="container space-y-8 py-32">
|
||||
|
||||
<div class="intro-content flex flex-col items-center text-center min-h-3/4-screen md:min-h-0 space-y-8">
|
||||
<h1 class="title text-sm md:text-2xl font-bold">
|
||||
${ data.mainHeading }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue