feat: Increase content width for better readability

Increases the content width from 24 to 64 to provide a more
comfortable reading experience for users. This change ensures
the blog posts are displayed in a more visually appealing and
readable layout.
This commit is contained in:
AderKonstantin
2025-03-25 23:03:27 +03:00
parent fb35ccee77
commit d364990f4f

View File

@@ -21,7 +21,7 @@ const blogposts = [
export default function Home() {
return (
<div className="text-xl mx-24">
<div className="text-xl mx-64">
<header className="flex flex-col">
<div className="flex flex-row mt-12 mb-22">
<ul className="w-full flex flex-row justify-between list-none">