Move from max-w-screen-xl to max-w-7xl

This commit is contained in:
prototypa
2023-01-31 14:46:00 -05:00
parent 57673bc082
commit ba3d0b3afb
11 changed files with 12 additions and 12 deletions

View File

@@ -23,7 +23,7 @@ const {
const posts = await findPostsByIds(postIds);
---
<section class="px-4 py-16 mx-auto max-w-screen-xl lg:py-20">
<section class="px-4 py-16 mx-auto max-w-7xl lg:py-20">
<div class="flex flex-col lg:justify-between lg:flex-row mb-8">
<div class="md:max-w-sm">
{

View File

@@ -23,7 +23,7 @@ const {
const posts = await findLatestPosts({ count });
---
<section class="px-4 py-16 mx-auto max-w-screen-xl lg:py-20">
<section class="px-4 py-16 mx-auto max-w-7xl lg:py-20">
<div class="flex flex-col lg:justify-between lg:flex-row mb-8">
<div class="md:max-w-sm">
{