File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export function Page({routeTree, children}: PageProps) {
28
28
29
29
< div className = "flex flex-1 w-full h-full self-stretch" >
30
30
< div className = "w-full min-w-0" >
31
- < main className = "flex flex-1 self-stretch mt-10 flex-col items-end justify-around" >
31
+ < main className = "flex flex-1 self-stretch mt-16 sm:mt- 10 flex-col items-end justify-around" >
32
32
{ children }
33
33
< Footer />
34
34
</ main >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export function Sidebar() {
31
31
isOpen ? 'block z-40' : 'hidden lg:block'
32
32
) }
33
33
aria-hidden = { isHidden } >
34
- < div className = "px-5" >
34
+ < div className = "px-5 pt-16 sm:pt-10 lg:pt-0 " >
35
35
< Search />
36
36
</ div >
37
37
< nav
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const bannerLinkText = 'Help Provide Humanitarian Aid to Ukraine.';
14
14
15
15
export default function SocialBanner ( ) {
16
16
return (
17
- < div className = "w-full bg-gray-100 dark:bg-gray-700 fixed py-2 h-16 sm:h-10 sm:py-0 flex items-center justify-center flex-col sm:flex-row z-50 " >
17
+ < div className = "w-full bg-gray-100 dark:bg-gray-700 fixed py-2 h-16 sm:h-10 sm:py-0 flex items-center justify-center flex-col sm:flex-row z-[100] " >
18
18
{ bannerText }
19
19
< ExternalLink
20
20
className = "ml-0 sm:ml-1 text-link dark:text-link-dark hover:underline"
You can’t perform that action at this time.
0 commit comments