Skip to content

Commit

Permalink
Merge pull request #144 from kapilG0/main
Browse files Browse the repository at this point in the history
Icon should be fixed , it overlaps text #126
  • Loading branch information
Yash636261 committed May 22, 2024
2 parents eb5c48b + cd817b7 commit f0831a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions client/src/Components/BackToTopButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ const BackToTopButton = () => {
onClick={scrollToTop}
className={`
fixed
bottom-8
right-11
bottom-7
right-8
bg-gray-700
text-gray-200
rounded-2xl
Expand All @@ -48,8 +48,8 @@ const BackToTopButton = () => {
`}
title="Go to top"
style={{
width: "64px", // Set the width to create a square
height: "64px", // Set the height to create a square
width: "60px", // Set the width to create a square
height: "60px", // Set the height to create a square
}}
>
Expand Down
2 changes: 1 addition & 1 deletion client/src/Components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default function Footer() {
</ul>
</div>
<hr class="my-6 border-gray-200 sm:mx-auto dark:border-gray-700 lg:my-8" />
<span class="block text-sm text-gray-500 sm:text-center dark:text-gray-400">
<span class="block text-sm text-gray-500 sm:text-center dark:text-gray-400" style={{paddingTop:'5%'}}>
© 2023{" "}
<Link to="/" class="hover:underline">
ElectiveHub™
Expand Down

0 comments on commit f0831a9

Please sign in to comment.