mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-11 18:56:06 +09:00
update banner
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "astroplate",
|
"name": "astroplate",
|
||||||
"version": "3.3.3",
|
"version": "3.3.4",
|
||||||
"description": "Astro and Tailwindcss boilerplate",
|
"description": "Astro and Tailwindcss boilerplate",
|
||||||
"author": "zeon.studio",
|
"author": "zeon.studio",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -29,8 +29,11 @@ const { banner, features }: Homepage = homepage.data;
|
|||||||
<section class="section pt-14">
|
<section class="section pt-14">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row justify-center">
|
<div class="row justify-center">
|
||||||
<div class="mb-16 text-center lg:col-7">
|
<div class="lg:col-7 md:col-9 mb-8 text-center">
|
||||||
<h1 set:html={markdownify(banner.title)} class="mb-4" />
|
<h1
|
||||||
|
set:html={markdownify(banner.title)}
|
||||||
|
class="mb-4 text-h3 lg:text-h1"
|
||||||
|
/>
|
||||||
<p set:html={markdownify(banner.content)} class="mb-8" />
|
<p set:html={markdownify(banner.content)} class="mb-8" />
|
||||||
{
|
{
|
||||||
banner.button.enable && (
|
banner.button.enable && (
|
||||||
|
|||||||
Reference in New Issue
Block a user