mirror of
https://github.com/franjsco/tick3t
synced 2025-03-04 03:27:48 +01:00
fix navbar
This commit is contained in:
parent
1ab7a41f77
commit
d6f2cc752b
@ -4,7 +4,8 @@
|
||||
|
||||
.navbar-brand {
|
||||
font-weight: bolder;
|
||||
font-size: 20px;
|
||||
font-size: 25px;
|
||||
color: #007bff;
|
||||
}
|
||||
|
||||
.custom-toggler .navbar-toggler-icon {
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user