CSS development

This commit is contained in:
Sander Ferdinand 2018-07-12 18:31:49 +02:00
parent 94dc07e128
commit 9c60445d12
5 changed files with 38 additions and 10 deletions

View file

@ -1,7 +1,10 @@
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="/">Wownero Funding System (WFS)</a>
<a class="navbar-brand" href="/">
<img id="logo" src="/static/wownero.png">
<img id="text" src="/static/wfs-navbar.png"
</a>
<a class="navbar-brand-mobile" href="/" style="font-family:monospace;display:none;">Wownero Funding System</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive"
@ -11,7 +14,7 @@
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<li class="nav-item">
<a class="nav-link" href="/proposals">Proposals
<span class="sr-only">(current)</span>
</a>