mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
back to fixed
This commit is contained in:
@@ -17,11 +17,12 @@ function DefaultHeader() {
|
|||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
className="
|
className="
|
||||||
fixed top-0 left-0 w-full
|
fixed top-0 left-0 w-full z-50
|
||||||
hidden 2xl:flex xl:flex lg:flex md:flex flex-row
|
hidden 2xl:flex xl:flex lg:flex md:flex flex-row
|
||||||
lg:px-6 md:px-5 sm:px-4 lg:py-1.5 md:py-1.5
|
lg:px-6 md:px-5 sm:px-4 lg:py-1.5 md:py-1.5
|
||||||
lg:text-4xl md:text-3xl
|
lg:text-4xl md:text-3xl
|
||||||
font-bold justify-center
|
font-bold justify-center
|
||||||
|
shadow-md
|
||||||
">
|
">
|
||||||
<div className="flex lg:space-x-20 md:space-x-10">
|
<div className="flex lg:space-x-20 md:space-x-10">
|
||||||
{Links.map((link) => (
|
{Links.map((link) => (
|
||||||
@@ -41,5 +42,4 @@ function DefaultHeader() {
|
|||||||
</motion.nav>
|
</motion.nav>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
export default DefaultHeader;
|
export default DefaultHeader;
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ function Portrait() {
|
|||||||
function Content() {
|
function Content() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div className="relative h-screen overflow-y-scroll font-bold text-4xl">
|
<div className="flex justify-center items-center h-full font-bold text-4xl">
|
||||||
<div className="h-screen flex flex-col items-center justify-center">
|
<div className="h-screen flex flex-col items-center justify-center">
|
||||||
<div className="relative h-48 overflow-y-auto">
|
<div className="relative h-48 overflow-y-auto">
|
||||||
<Typewriter
|
<Typewriter
|
||||||
|
|||||||
Reference in New Issue
Block a user