Add v3 logo in search page

This commit is contained in:
Chocobozzz 2020-09-09 14:13:52 +02:00
parent 21aa568452
commit 3bd1639466
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 19 additions and 1 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -2,7 +2,7 @@
<footer id="main-footer">
<div class="header">
<img src="/img/bottom-peertube-logo.svg" alt="">
<img src="/img/bottom-peertube-logo-v3.svg" alt="">
<div v-translate class="description">A free software to take back control of your videos</div>
</div>
@ -73,6 +73,10 @@
display: flex;
flex-direction: column;
text-align: center;
&:first-child {
margin-right: 100px;
}
}
@media screen and (max-width: $container-width) {
@ -80,6 +84,7 @@
> div {
margin-top: 50px;
margin-right: 0 !important;
}
}
}