From 90c92bb71ae7ddad068b6823662d74d3c8d8890f Mon Sep 17 00:00:00 2001 From: log101 Date: Tue, 7 May 2024 11:55:18 +0300 Subject: [PATCH] style: minor changes --- src/content/blog/bir-componentin-seruveni.md | 2 +- src/layouts/Layout.astro | 2 +- src/pages/index.astro | 2 +- src/styles/header.css | 2 +- src/styles/home.css | 1 + 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/content/blog/bir-componentin-seruveni.md b/src/content/blog/bir-componentin-seruveni.md index 5d9322b..6fb6dd5 100644 --- a/src/content/blog/bir-componentin-seruveni.md +++ b/src/content/blog/bir-componentin-seruveni.md @@ -1,6 +1,6 @@ --- title: "Bir Komponentin Serüveni: Astro" -summary: Yazdığınız komponentlere ne olur? Bu yazıda Astro komponentlerinin serüvenlerin bir göz atıyoruz! +summary: Yazdığınız komponentlere ne olur? Bu yazıda Astro komponentlerinin serüvenlerine göz atıyoruz! category: Teknik Yazı date: 2024-04-01 tags: diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 75fd653..72cefab 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -29,7 +29,7 @@ const { title } = Astro.props; --h5-desktop: 1.563rem; --h6-desktop: 1.25rem; --small-desktop: 0.8rem; - font-size: 18px; + font-size: 20px; font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif; background-color: #f5fffa; diff --git a/src/pages/index.astro b/src/pages/index.astro index ac03fdd..f27e478 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -5,7 +5,7 @@ import Layout from "../layouts/Layout.astro"; import "../styles/header.css"; import "../styles/home.css"; -import { getCollection, getEntry } from "astro:content"; +import { getCollection } from "astro:content"; const allTeknikPosts = await getCollection("blog"); --- diff --git a/src/styles/header.css b/src/styles/header.css index 58bede8..7280555 100644 --- a/src/styles/header.css +++ b/src/styles/header.css @@ -1,5 +1,5 @@ .container { - width: 710px; + width: 750px; display: flex; flex-direction: column; gap: 24px; diff --git a/src/styles/home.css b/src/styles/home.css index 556a7c1..2c9bda8 100644 --- a/src/styles/home.css +++ b/src/styles/home.css @@ -14,6 +14,7 @@ margin: 0; padding: 0; color: #2f4f4f; + letter-spacing: 0.05em; } .post-title {