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

@ -2,7 +2,7 @@
# TFTPaths # TFTPaths
Angular website based in Teamfight Tactics champions sinergies and combinations. Angular website based in Teamfight Tactics champions sinergies and combinations.
Champion pool not updated. Champion pool updated to 5.5
It can be tested at: https://tftpaths.com It can be tested at: https://tftpaths.com

View file

@ -1,7 +1,8 @@
<div id="nav"> <div id="nav">
<img src="../../assets/images/logo.png" alt="TFTPaths"> <img src="../../assets/images/logo.png" alt="TFTPaths">
<span>Teamfight Tactics champions sinergies and combinations.</span>
</div> </div>
<<router-outlet></router-outlet>> <<router-outlet></router-outlet>>
<div id="footer"> <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> </div>

View file

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