diff --git a/.editorconfig b/.editorconfig index fc746ad..16d5cc4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ root = true -[*.vue] +[*.{vue,astro}] charset = utf-8 indent_style = space indent_size = 2 diff --git a/src/components/BgGrid.astro b/src/components/BgGrid.astro index 65f51c6..4f1f910 100644 --- a/src/components/BgGrid.astro +++ b/src/components/BgGrid.astro @@ -1,24 +1,34 @@
- - - - - - - - - +
+ + + + + + + + + +
- diff --git a/src/components/Card.astro b/src/components/Card.astro index 133f6fb..38cfb27 100644 --- a/src/components/Card.astro +++ b/src/components/Card.astro @@ -36,7 +36,7 @@ const { imageCover, imageHeight, imageWidth, imageLoading = "lazy" } = Astro.pro -
+
diff --git a/src/layouts/HomeLayout.astro b/src/layouts/HomeLayout.astro index 1793ed5..23416a3 100644 --- a/src/layouts/HomeLayout.astro +++ b/src/layouts/HomeLayout.astro @@ -84,16 +84,16 @@ const websiteDomain = "alexcreates.fr" - + - + - {hasParticles && - - } + {hasParticles && + + } - {hasGrid && - - } + {hasGrid && + + } diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 39a28f7..1b12e59 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,4 +1,4 @@ ---- +--- import '../../assets/css/main.css' import BgParticles from '../components/BgParticles.astro' import BgGrid from '../components/BgGrid.astro' @@ -83,7 +83,7 @@ const websiteDomain = "alexcreates.fr" - + diff --git a/src/pages/projects.astro b/src/pages/projects.astro index 2e08aaa..491904c 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -13,9 +13,9 @@ import Layout from '../layouts/Layout.astro';
-
    -
  • - +
      +
    • + @@ -32,8 +32,8 @@ import Layout from '../layouts/Layout.astro';
    • -
    • - +
    • + @@ -50,8 +50,8 @@ import Layout from '../layouts/Layout.astro';
    • -
    • - +
    • +