diff options
author | Nikita Tchayka <nikitatchayka@gmail.com> | 2023-09-15 20:16:03 +0100 |
---|---|---|
committer | Nikita Tchayka <nikitatchayka@gmail.com> | 2023-09-15 20:16:03 +0100 |
commit | 0a2b481b156b616b0d82bd32e73308d17a3a975d (patch) | |
tree | 31a2c5036076bc6e56b10de28bacdb9ab21ac7a2 /src/components | |
parent | 71dfeb721d271dd58c5e2f4f26cff1fe407eef80 (diff) | |
download | neohaskell.github.io-0a2b481b156b616b0d82bd32e73308d17a3a975d.tar.gz neohaskell.github.io-0a2b481b156b616b0d82bd32e73308d17a3a975d.tar.bz2 neohaskell.github.io-0a2b481b156b616b0d82bd32e73308d17a3a975d.zip |
Fix stuff
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/HomepageFeatures/index.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/HomepageFeatures/index.tsx b/src/components/HomepageFeatures/index.tsx index f4471f3..753e895 100644 --- a/src/components/HomepageFeatures/index.tsx +++ b/src/components/HomepageFeatures/index.tsx @@ -127,11 +127,11 @@ export default function HomepageFeatures(): JSX.Element { {/* horrible hack to hide the vertical bar */} <span className="absolute w-full h-full py-36 bg-lightbackground -z-20" /> <img - className="absolute sm:h-36 h-24 bottom-1/4 right-2/3 -z-10" + className="absolute sm:h-36 h-24 bottom-1/4 lg:right-2/3 right-3/4 -z-10" src="img/Star2.svg" /> <img - className="absolute sm:h-36 h-24 top-1/4 left-2/3 -z-10 " + className="absolute sm:h-36 h-24 top-1/4 lg:left-2/3 left-3/4 -z-10 " src="img/Star1.svg" /> <h1 className="text-center"> |