fix navbar

This commit is contained in:
frab1t 2019-05-08 16:26:52 +02:00
parent 1ab7a41f77
commit d6f2cc752b
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,8 @@
.navbar-brand {
font-weight: bolder;
font-size: 20px;
font-size: 25px;
color: #007bff;
}
.custom-toggler .navbar-toggler-icon {

View File

@ -43,7 +43,7 @@ class NavBar extends Component {
render() {
return (
<div>
<Navbar fixed="top" color="white" expand="sm" className="shadow-sm p-3 mb-5 bg-white rounded">
<Navbar fixed="top" color="light" light expand="sm" className="shadow-sm p-3 mb-5 bg-white">
<Container>
<NavbarBrand onClick={this.closeNavbar} tag={Link} to="/">tick3t</NavbarBrand>