We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9900393 commit 622e8ddCopy full SHA for 622e8dd
src/components/NavBar/NavBar.css
@@ -29,4 +29,12 @@ a:hover{
29
30
.blue:hover{
31
color : lightblue;
32
+}
33
+.nav-scroll{
34
+ float:right;
35
+
36
37
+#navbarSupportedContent{
38
+ width: max-content;
39
+ margin-left: auto;
40
}
src/components/NavBar/index.js
@@ -48,7 +48,7 @@ const NavBar = () => {
48
aria-controls="navbarSupportedContent">
49
</Navbar.Toggle>
50
<Navbar.Collapse id="navbarSupportedContent">
51
- <Nav className="ml-auto">
+ <Nav className ='nav-scroll'>
52
<Nav.Item>
53
<Link scroll={smoothScroll} className="nav-link" to="/#aboutUs" onClick={() => setExpanded(expanded ? false : "expanded")}>
54
About Us<span className="sr-only">(current)</span>
0 commit comments