style: minor changes
This commit is contained in:
parent
f68fc049ea
commit
90c92bb71a
|
@ -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:
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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");
|
||||
---
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.container {
|
||||
width: 710px;
|
||||
width: 750px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 24px;
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
color: #2f4f4f;
|
||||
letter-spacing: 0.05em;
|
||||
}
|
||||
|
||||
.post-title {
|
||||
|
|
Loading…
Reference in New Issue
Block a user