From 0e8d04ca1c042df15223f58771c738dad59faf4b Mon Sep 17 00:00:00 2001 From: Daniel Rodriguez Date: Wed, 29 Sep 2021 00:05:38 +0200 Subject: [PATCH] Updated readme and layout --- README.md | 2 +- src/modules/layout/components/layout/layout.component.html | 3 ++- src/modules/layout/components/layout/layout.component.scss | 5 ++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 61f92e1..7bad843 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # TFTPaths 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 diff --git a/src/modules/layout/components/layout/layout.component.html b/src/modules/layout/components/layout/layout.component.html index b1dc79f..f098b6c 100644 --- a/src/modules/layout/components/layout/layout.component.html +++ b/src/modules/layout/components/layout/layout.component.html @@ -1,7 +1,8 @@ <> \ No newline at end of file diff --git a/src/modules/layout/components/layout/layout.component.scss b/src/modules/layout/components/layout/layout.component.scss index 323eef0..437a584 100644 --- a/src/modules/layout/components/layout/layout.component.scss +++ b/src/modules/layout/components/layout/layout.component.scss @@ -1,6 +1,9 @@ #nav { - width: 100%; + display: flex; + flex-direction: column; + width: 30%; text-align: center; + color: white; } #footer {