File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ $navbar-item-margin-h ?= 0
99.navbar-main
1010 box-shadow : $shadow
1111
12+ .navbar-container
13+ overflow-x : auto
14+
1215 .navbar-menu , .navbar-start , .navbar-end
1316 align-items : stretch
1417 display : flex
@@ -50,4 +53,8 @@ $navbar-item-margin-h ?= 0
5053
5154.navbar-logo
5255 img
53- max-height : $logo-height
56+ max-height : $logo-height
57+
58+ @media screen and (min-width : $desktop)
59+ .navbar > .container .navbar-menu , .container > .navbar .navbar-menu
60+ margin-right : 0rem
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class Navbar extends Component {
4040 }
4141
4242 return < nav class = "navbar navbar-main" >
43- < div class = "container" >
43+ < div class = "container navbar-container " >
4444 < div class = "navbar-brand justify-content-center" >
4545 < a class = "navbar-item navbar-logo" href = { siteUrl } >
4646 { navbarLogo }
You can’t perform that action at this time.
0 commit comments