Skip to content

Commit

Permalink
Update Newsroom.tsx
Browse files Browse the repository at this point in the history
fix: removed md:full
  • Loading branch information
hkv24 authored Jan 21, 2025
1 parent e499ad7 commit 13cdbb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/newsroom/Newsroom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default function Newsroom() {
</div>

<div className='w-full flex-row items-stretch justify-between md:flex md:h-120 lg:w-3/4'>
<div className='md:full relative flex w-full flex-col overflow-y-auto'>
<div className='relative flex w-full flex-col overflow-y-auto'>
<div className='min-h-0'>
<div className='md:t-0 md:b-0 md:l-0 md:r-0 size-full md:absolute'>
<NewsroomArticle />
Expand Down

0 comments on commit 13cdbb7

Please sign in to comment.