mirror of
https://github.com/tiyn/beaker-blog.git
synced 2025-04-02 15:37:46 +02:00
make logo standard
This commit is contained in:
parent
98249bbbd9
commit
e151dac3da
@ -76,6 +76,10 @@ footer .center {
|
|||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.main-menu-dropdown img {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
.main-menu-dropdown span {
|
.main-menu-dropdown span {
|
||||||
float: left;
|
float: left;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
|
BIN
src/static/graphics/logo.png
Normal file
BIN
src/static/graphics/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
@ -8,8 +8,10 @@
|
|||||||
<body>
|
<body>
|
||||||
<!-- Menu -->
|
<!-- Menu -->
|
||||||
<div class="main-menu-dropdown">
|
<div class="main-menu-dropdown">
|
||||||
<!-- <img class="logo" src="/static/images/logo.png"> -->
|
<a href="{{ url_for('index') }}">
|
||||||
<span>{{ title }}</span>
|
<img class="logo" src="{{ url_for('static', filename='graphics/logo.png') }}">
|
||||||
|
<span>{{ title }}</span>
|
||||||
|
</a>
|
||||||
<input type="checkbox" id="main-menu-check">
|
<input type="checkbox" id="main-menu-check">
|
||||||
<label for="main-menu-check" class="show-menu">☰</label>
|
<label for="main-menu-check" class="show-menu">☰</label>
|
||||||
<div class="main-menu">
|
<div class="main-menu">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user