Fix bug with navbar going over main logo on mobile
This commit is contained in:
parent
d66df594ad
commit
4720c9db02
1 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
||||||
<link href="../static/css/style.css" rel="stylesheet">
|
<link href="../static/css/style.css" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar navbar-inverse fixed-top navbar-expand">
|
<nav class="navbar navbar-inverse sticky-top navbar-expand">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<div class="navbar-header">
|
<div class="navbar-header">
|
||||||
<a class="navbar-brand" href="/">HACK@WPI</a>
|
<a class="navbar-brand" href="/">HACK@WPI</a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue