✨ 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:
@@ -21,7 +21,7 @@ const blogposts = [
|
|||||||
|
|
||||||
export default function Home() {
|
export default function Home() {
|
||||||
return (
|
return (
|
||||||
<div className="text-xl mx-24">
|
<div className="text-xl mx-64">
|
||||||
<header className="flex flex-col">
|
<header className="flex flex-col">
|
||||||
<div className="flex flex-row mt-12 mb-22">
|
<div className="flex flex-row mt-12 mb-22">
|
||||||
<ul className="w-full flex flex-row justify-between list-none">
|
<ul className="w-full flex flex-row justify-between list-none">
|
||||||
|
|||||||
Reference in New Issue
Block a user