File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ export default function Index({ posts, globalData }) {
4949 < Footer copyrightText = { globalData . footerText } />
5050 < GradientBackground
5151 variant = "large"
52- className = "fixed left-0 top-20 opacity-40 dark:opacity-60"
52+ className = "fixed top-20 opacity-40 dark:opacity-60"
5353 />
5454 < GradientBackground
5555 variant = "small"
56- className = "absolute left-0 bottom-0 opacity-20 dark:opacity-10"
56+ className = "absolute bottom-0 opacity-20 dark:opacity-10"
5757 />
5858 </ Layout >
5959 ) ;
Original file line number Diff line number Diff line change @@ -88,11 +88,11 @@ export default function PostPage({
8888 < Footer copyrightText = { globalData . footerText } />
8989 < GradientBackground
9090 variant = "large"
91- className = "absolute left-0 -top-32 opacity-30 dark:opacity-50"
91+ className = "absolute -top-32 opacity-30 dark:opacity-50"
9292 />
9393 < GradientBackground
9494 variant = "small"
95- className = "absolute left-0 bottom-0 opacity-20 dark:opacity-10"
95+ className = "absolute bottom-0 opacity-20 dark:opacity-10"
9696 />
9797 </ Layout >
9898 ) ;
You can’t perform that action at this time.
0 commit comments