Skip to content

Commit ac977fa

Browse files
committed
style: add 'grow' div to BlogLayout and Page components for improved layout consistency
1 parent f317f87 commit ac977fa

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

app/blogs/layout.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ export default function BlogLayout({ children }: Readonly<{ children: React.Reac
7171
</span>
7272
</div>
7373

74+
<div className='grow' />
75+
7476
<DiscordStatus
7577
userId='957840712404193290'
7678
hide={true}

app/page.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ export default function Page() {
2323
</span>
2424
</div>
2525

26+
<div className='grow' />
27+
2628
<DiscordStatus userId='957840712404193290' />
2729
</div>
2830

@@ -35,7 +37,7 @@ export default function Page() {
3537
I’m a 19-year-old high school student and freelancer from Turkey, passionate about software development and always eager to learn. Currently focusing to learn more about <InlineQuote text='TypeScript is a superset of JavaScript that adds static typing to the language. It’s a powerful tool that helps you catch bugs and improve code quality.'>TypeScript</InlineQuote> world.
3638
</span>
3739

38-
<h1 className='font-faustina mt-4 font-medium text-secondary'>
40+
<h1 className='mt-4 font-faustina font-medium text-secondary'>
3941
What do I do?
4042
</h1>
4143

0 commit comments

Comments
 (0)