Implemented new logo
This commit is contained in:
parent
6314b696be
commit
7e460b6646
BIN
source/lostplaces/lostplaces_app/static/logo.png
Normal file
BIN
source/lostplaces/lostplaces_app/static/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
@ -102,6 +102,8 @@
|
||||
max-width: 300px;
|
||||
width: 35%;
|
||||
object-fit: contain; }
|
||||
.LP-Header .LP-Header__Logo {
|
||||
margin: 25px; }
|
||||
|
||||
.LP-Menu__List {
|
||||
list-style-type: none;
|
||||
|
@ -11,7 +11,7 @@
|
||||
<header class="LP-Header">
|
||||
<div class="LP-Header__Logo">
|
||||
<a href="LP-Link" href="#">
|
||||
<img class="LP-Logo" src="https://99designs-blog.imgix.net/blog/wp-content/uploads/2016/07/logo-2.png?auto=format&q=60&fit=max&w=930" />
|
||||
<img class="LP-Logo" src="{% static 'logo.png' %}" />
|
||||
</a>
|
||||
</div>
|
||||
<div class="LP-Header__Navigation">
|
||||
|
Loading…
Reference in New Issue
Block a user