Updated readme and layout
This commit is contained in:
parent
1d8c1dea3c
commit
0e8d04ca1c
3 changed files with 7 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
@ -1,6 +1,9 @@
|
|||
#nav {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 30%;
|
||||
text-align: center;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#footer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue