Updated readme and layout

This commit is contained in:
Daniel Rodriguez 2021-09-29 00:05:38 +02:00
parent 1d8c1dea3c
commit 0e8d04ca1c
3 changed files with 7 additions and 3 deletions

View file

@ -1,7 +1,8 @@
<div id="nav">
<img src="../../assets/images/logo.png" alt="TFTPaths">
<span>Teamfight Tactics champions sinergies and combinations.</span>
</div>
<<router-outlet></router-outlet>>
<div id="footer">
<span>This is a open source project. Make changes and create a merge request: <a href="https://github.com/Jazhann/TFTPaths">repository</a></span>
</div>

View file

@ -1,6 +1,9 @@
#nav {
width: 100%;
display: flex;
flex-direction: column;
width: 30%;
text-align: center;
color: white;
}
#footer {