added logo on tutorial

This commit is contained in:
Nicolas Constant 2020-04-21 22:12:33 -04:00
parent d036a5cd9a
commit c6fa7d1b27
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
2 changed files with 10 additions and 1 deletions

View File

@ -16,4 +16,6 @@
Now <span class="underline">right-click</span> on your avatar to open your account and be able to add some timelines!
</p>
</div>
<!-- </div> -->
<!-- </div> -->
<img class="sengi-logo" src="assets/icons/icon-384x384.png" />

View File

@ -80,4 +80,11 @@
// word-break: break-all;
white-space: normal;
}
}
.sengi-logo {
width: 230px;
position: fixed;
bottom: 35px;
right: 10px;
}