From 81c460e30b3318b9727a609390243f42e112ad24 Mon Sep 17 00:00:00 2001 From: doodlemarks Date: Mon, 24 Jul 2023 21:43:14 +0000 Subject: [ci] format --- examples/basics/src/components/Card.astro | 6 +++--- examples/basics/src/pages/index.astro | 32 ++++++++++++++++++++++++------- 2 files changed, 28 insertions(+), 10 deletions(-) (limited to 'examples/basics/src') diff --git a/examples/basics/src/components/Card.astro b/examples/basics/src/components/Card.astro index 5ce15cca4..bd6d5971e 100644 --- a/examples/basics/src/components/Card.astro +++ b/examples/basics/src/components/Card.astro @@ -24,13 +24,13 @@ const { href, title, body } = Astro.props; list-style: none; display: flex; padding: 1px; - background-color: #23262D; + background-color: #23262d; background-image: none; background-size: 400%; border-radius: 7px; background-position: 100%; transition: background-position 0.6s cubic-bezier(0.22, 1, 0.36, 1); - box-shadow: inset 0 0 0 1px rgba(255,255,255, 0.1); + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } .link-card > a { width: 100%; @@ -39,7 +39,7 @@ const { href, title, body } = Astro.props; padding: calc(1.5rem - 1px); border-radius: 8px; color: white; - background-color: #23262D; + background-color: #23262d; opacity: 0.8; } h2 { diff --git a/examples/basics/src/pages/index.astro b/examples/basics/src/pages/index.astro index e75451bb6..fa55169f5 100644 --- a/examples/basics/src/pages/index.astro +++ b/examples/basics/src/pages/index.astro @@ -5,15 +5,33 @@ import Card from '../components/Card.astro';
- - + + - - - - + + + + - +

Welcome to Astro

To get started, open the directory src/pages in your project.
-- cgit v1.2.3