Skip to content

Commit

Permalink
Ravish (#62)
Browse files Browse the repository at this point in the history
* attendence api useaxious use updated

* added latest react auth button

* conflict merged in package-lock-json  which is forgotted to be done before

* configured homepage

* homepage modified

* changed text decoration problem

* css file modified

* login page made

* improved login page ui

* menu.css modified
  • Loading branch information
Ravish108Coder authored Nov 7, 2023
1 parent dbb2d4b commit 845c10e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/components/footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

export default function Footer() {
return (
<footer className="bg-light text-dark p-5 shadow mt-5">
<footer className="bg-light text-dark p-5 shadow">
<div className="d-flex justify-content-center">
<div className="text-center">
<p>Made with <i className="fa fa-heart text-danger" /> by <span className="cursor-pointer">Team Mess Buddy</span></p>
Expand Down
3 changes: 2 additions & 1 deletion client/src/components/showmenu/menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
display: flex;
align-items: flex-start;
justify-content: center;
min-width: 100vw;
/* min-width: 100vw; */
min-height: 100vh;
background: rgb(67,89,206);
background: linear-gradient(30deg, rgba(67,89,206,1) 0%, rgba(187,81,194,1) 100%);
}

.tablecontainer {
padding: 20px;
width: 90%;
}

.table {
Expand Down

0 comments on commit 845c10e

Please sign in to comment.