Update layout styles and improve component readability
All checks were successful
forgejo/romanjaros/portfolio/pipeline/head This commit looks good
All checks were successful
forgejo/romanjaros/portfolio/pipeline/head This commit looks good
This commit is contained in:
parent
178afb5003
commit
254eaaef59
3 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ export const AboutMe = () => {
|
||||||
<b>I am contractor and currently only for full remote jobs.</b>
|
<b>I am contractor and currently only for full remote jobs.</b>
|
||||||
</p>
|
</p>
|
||||||
<br />
|
<br />
|
||||||
<div className="flex md:flex-row gap-2">
|
<div className="flex flex-row flex-wrap gap-2">
|
||||||
<Kbd>UI design</Kbd>
|
<Kbd>UI design</Kbd>
|
||||||
<Kbd>Web development</Kbd>
|
<Kbd>Web development</Kbd>
|
||||||
<Kbd>Automation testing</Kbd>
|
<Kbd>Automation testing</Kbd>
|
||||||
|
|
|
@ -2,7 +2,7 @@ export const Title = () => {
|
||||||
return (
|
return (
|
||||||
<div className="flex justify-center text-4xl sm:text-6xl my-8 text-slate-400">
|
<div className="flex justify-center text-4xl sm:text-6xl my-8 text-slate-400">
|
||||||
<h1>
|
<h1>
|
||||||
<span><</span>
|
<span><Just</span>
|
||||||
<span
|
<span
|
||||||
className="text-transparent bg-clip-text bg-gradient-to-r to-emerald-600 from-sky-400">
|
className="text-transparent bg-clip-text bg-gradient-to-r to-emerald-600 from-sky-400">
|
||||||
Roman {" "}
|
Roman {" "}
|
||||||
|
|
|
@ -14,7 +14,7 @@ export default function Page() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div className="flex flex-col gap-y-16 md:w-3/4 lg:w-2/3 mx-auto p-4 mb-20">
|
<div style={{maxWidth: 1000}} className="flex flex-col gap-y-16 md:w-4/5 mx-auto p-4 mb-20">
|
||||||
<Title />
|
<Title />
|
||||||
<AboutMe />
|
<AboutMe />
|
||||||
<Contact />
|
<Contact />
|
||||||
|
|
Loading…
Add table
Reference in a new issue