From ad427cf30aa19cc468fc86b84b4f61afe1cfc54f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9r=C3=B4me=20Grignon?= <32737308+geromegrignon@users.noreply.github.com> Date: Mon, 15 Mar 2021 00:00:39 +0100 Subject: [PATCH] docs: add mention to CSS styles for hero-detail (#41214) PR Close #41214 --- aio/content/tutorial/toh-pt5.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aio/content/tutorial/toh-pt5.md b/aio/content/tutorial/toh-pt5.md index 5559913742..56ba7285bf 100644 --- a/aio/content/tutorial/toh-pt5.md +++ b/aio/content/tutorial/toh-pt5.md @@ -470,6 +470,9 @@ Refresh the browser and start clicking. Users can navigate around the app, from the dashboard to hero details and back, from heroes list to the mini detail to the hero details and back to the heroes again. +The details will look better when you add the private CSS styles to `hero-detail.component.css` +as listed in one of the ["final code review"](#final-code-review) tabs below. + ## Final code review Here are the code files discussed on this page.