mirror of
https://github.com/arkorty/DownLink.git
synced 2026-03-18 00:57:15 +00:00
Fix: correct UI position for 1080p resolution
This commit is contained in:
@@ -6,9 +6,9 @@ import { TypeAnimation } from "react-type-animation";
|
|||||||
|
|
||||||
const Home = () => {
|
const Home = () => {
|
||||||
return (
|
return (
|
||||||
<div className="relative z-10 sm: pt-32 md: pt-64 lg:pt-96">
|
<div className="relative z-10 sm: mt-48 lg:mt-72">
|
||||||
<div className="max-w-4xl mx-auto text-center">
|
<div className="max-w-4xl mx-auto text-center">
|
||||||
<h1 className="text-white mb-4 text-4xl sm:text-5xl lg:text-6xl font-extrabold">
|
<h1 className="text-white mb-4 text-4xl sm:text-5xl lg:text-7xl font-extrabold">
|
||||||
<TypeAnimation
|
<TypeAnimation
|
||||||
sequence={[
|
sequence={[
|
||||||
"From YouTube!",
|
"From YouTube!",
|
||||||
|
|||||||
Reference in New Issue
Block a user