Skip to content

Commit

Permalink
Merge pull request #22 from sachin96Boy/dev
Browse files Browse the repository at this point in the history
chor: adjust issue with footer
  • Loading branch information
sachin96Boy authored May 23, 2023
2 parents f49c4cc + 99adfc3 commit 4e5b64b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/components/footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ function Footer() {
return (
<div className="items-center bg-slate-900 text-slate-200">
<footer>
<div className="container px-6 pt-6">
<div className="px-6 pt-6">
<div className="flex justify-center mb-6">
<a
href="https://www.facebook.com/Sachin96boy"
className="rounded-full cursor-pointer border-2 border-white text-white leading-normal uppercase hover:bg-black hover:bg-opacity-5 focus:outline-none focus:ring-0 transition duration-150 ease-in-out w-9 h-9 m-1"
className="rounded-full cursor-pointer border-2 border-white text-white leading-normal uppercase hover:bg-black hover:bg-opacity-5 focus:outline-none focus:ring-0 transition duration-150 ease-in-out w-9 h-9 m-1 bg-slate-900"
>
<svg
aria-hidden="true"
Expand Down Expand Up @@ -50,7 +50,7 @@ function Footer() {
</a>

<a
href="https://www.linkedin.com/in/sachin-supunthaka-5398aa148/"
href="https://www.linkedin.com/in/sachin96boy/"
type="button"
className="rounded-full border-2 border-white text-white leading-normal uppercase hover:bg-black hover:bg-opacity-5 focus:outline-none focus:ring-0 transition duration-150 ease-in-out w-9 h-9 m-1"
>
Expand Down
2 changes: 1 addition & 1 deletion src/components/model/SachinBoy.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function SachinBoy() {
ref={refContainer}
className="m-auto h-screen overflow-hidden"
>
<div className="absolute top-0 left-0 w-full h-full">
<div className="absolute top-0 left-0 w-full">
{loading && (
<div className="absolute top-0 left-0 w-full h-full bg-slate-700 flex justify-center items-center">
<div className="animate-spin rounded-full h-32 w-32 border-t-2 border-b-2 border-gray-900">
Expand Down
2 changes: 1 addition & 1 deletion src/components/pages/HomePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import ContactMe from "../body-comp/ContactMe";

function HomePage() {
return (
<div className="h-full w-full lg:left-64 lg:w-[calc(100vw-18rem)] relative">
<div className="w-full lg:left-64 lg:w-[calc(100vw-18rem)] relative">
<div className="absolute m-0 right-0 lg:right-12 left-0 bg-gradient-to-r from-slate-400 to-slate-900">
<HeroSection />
<MyServices />
Expand Down

1 comment on commit 4e5b64b

@vercel
Copy link

@vercel vercel bot commented on 4e5b64b May 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.