mirror of
https://github.com/10h30/blog-balodeplao.git
synced 2026-05-12 15:21:15 +09:00
fix: reduce padding in category and tag sections for improved layout
This commit is contained in:
@@ -35,7 +35,7 @@ const metadata = {
|
|||||||
---
|
---
|
||||||
|
|
||||||
<BaseLayout metadata={metadata}>
|
<BaseLayout metadata={metadata}>
|
||||||
<section class="relative px-4 py-24 sm:px-6 lg:px-8 md:py-32">
|
<section class="relative px-4 py-8 sm:px-6 lg:px-8 md:py-12">
|
||||||
<div class="relative mx-auto max-w-5xl">
|
<div class="relative mx-auto max-w-5xl">
|
||||||
<Headline
|
<Headline
|
||||||
tagline="Category"
|
tagline="Category"
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ const metadata = {
|
|||||||
---
|
---
|
||||||
|
|
||||||
<BaseLayout metadata={metadata}>
|
<BaseLayout metadata={metadata}>
|
||||||
<section class="relative px-4 py-24 sm:px-6 lg:px-8 md:py-32">
|
<section class="relative px-4 py-8 sm:px-6 lg:px-8 md:py-12">
|
||||||
<div class="relative mx-auto max-w-5xl">
|
<div class="relative mx-auto max-w-5xl">
|
||||||
<Headline
|
<Headline
|
||||||
tagline="Tag"
|
tagline="Tag"
|
||||||
|
|||||||
Reference in New Issue
Block a user