I'm having an issue with my navbar taking up two lines on desktop resolution, but fitting perfectly on mobile. I've spent hours going through the code with no success. Any help would be greatly appreciated. The HTML code is provided below.
<!DOCTYPE HTML>
<!-- HTML -->
<html>
<!-- Header -->
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link href="css/styles.css" rel="stylesheet">
</head>
<!-- Header End -->
<!-- Body -->
<body>
<!-- NavBar -->
<div class="navbar navbar-inverse navbar-fixed-top">
<!-- NavBar Header -->
<div class="navbar-header">
<!-- Fiaware Branding -->
<a href="#" class="navbar-brand">FiAware</a>
// More code...