make logo standard

master
tiyn 4 weeks ago
parent 98249bbbd9
commit e151dac3da

@ -76,6 +76,10 @@ footer .center {
padding-top: 10px;
}
.main-menu-dropdown img {
float: left;
}
.main-menu-dropdown span {
float: left;
font-family: monospace;

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

@ -8,8 +8,10 @@
<body>
<!-- Menu -->
<div class="main-menu-dropdown">
<!-- <img class="logo" src="/static/images/logo.png"> -->
<span>{{ title }}</span>
<a href="{{ url_for('index') }}">
<img class="logo" src="{{ url_for('static', filename='graphics/logo.png') }}">
<span>{{ title }}</span>
</a>
<input type="checkbox" id="main-menu-check">
<label for="main-menu-check" class="show-menu">&#9776;</label>
<div class="main-menu">

Loading…
Cancel
Save