Skip to content

Commit

Permalink
fix: solve #19
Browse files Browse the repository at this point in the history
Closes #19
  • Loading branch information
einazare committed Mar 23, 2021
1 parent 887e054 commit 820add8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Login Page/react-login-page/src/components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function Navbar(props) {
(props.transparent
? "top-0 absolute z-50 w-full"
: "relative shadow-lg bg-white shadow-lg") +
" flex flex-wrap items-center justify-between px-2 py-3 navbar-expand-lg"
" flex flex-wrap items-center justify-between px-2 py-3 "
}
>
<div className="container px-4 mx-auto flex flex-wrap items-center justify-between">
Expand Down

0 comments on commit 820add8

Please sign in to comment.