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 {