fix style logo LibreTube

This commit is contained in:
Jesús
2019-06-08 13:17:37 -05:00
parent 84ed727b23
commit d4223b8e29
2 changed files with 63 additions and 1 deletions

View File

@@ -43,7 +43,7 @@
<div class="col-md-12">
<div class="row mt-2 mb-2">
<div class="col-lg-2 align-self-center text-center">
<a class="text-white font-weight-bold" href="{{ SITEURL }}/" rel="home">LibreTube</a>
<a href="{{ SITEURL }}/" rel="home"><img class="logo" src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/logo.svg" alt="logo"></a>
</div>
<div class="col-lg-5 align-self-center">
<form action="{{ SITEURL }}/buscar.php"><input placeholder="Type to search..." type="search" name="q" required></form>