Skip to content

Commit

Permalink
adjust nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbench committed Jul 7, 2024
1 parent 79f4b75 commit 6935bc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
</head>

<body>

<nav class="navbar navbar-default"
style="background-color: rgb(119, 226, 255); border-bottom: 3px solid rgb(0, 128, 255); border-top: 3px solid rgb(0, 128, 255)">
<div class="container-fluid">
Expand All @@ -76,7 +75,7 @@
<span class="icon-bar"></span>
</button>
<a href="#" class="navbar-brand" style="color: rgb(0, 128, 255); font-weight: bolder; font-size: x-large;">
<img src="static/images/MJBench.jpg" alt="Logo" style="width: auto; height: 20px;">
<img src="static/images/MJBench.jpg" alt="Logo">
MJ-Bench
</a>
</div>
Expand Down

0 comments on commit 6935bc4

Please sign in to comment.