Skip to content

Commit

Permalink
feat: improve style of top left corner on big screens
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein committed Oct 6, 2023
1 parent 848c13b commit ac0a6ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,11 @@ export default function Example() {
<div className='relative hidden md:fixed md:inset-y-0 md:flex md:w-64 md:flex-col'>
{/* Sidebar component, swap this element with another sidebar if you like */}
<div className='flex flex-grow flex-col overflow-y-auto border-r border-gray-200 bg-white pt-5'>
<div className='logo-container border-b border-gray-200 pb-4 shadow md:pb-0'>
<div className='logo-container grid border-b border-gray-200 pb-4 shadow md:pb-0'>
<div className='px-4'>
<div className='flex flex-shrink-0 items-center px-2'>
<div className='flex flex-shrink-0 items-center '>
<img
className='w-full px-4'
className='pb-2'
src='/images/celestia-docs.svg'
alt='Celestia Logo'
/>
Expand Down

0 comments on commit ac0a6ac

Please sign in to comment.