diff --git a/aio/content/guide/devtools.md b/aio/content/guide/devtools.md
index 9268ea3a0b..3d564bc7ce 100644
--- a/aio/content/guide/devtools.md
+++ b/aio/content/guide/devtools.md
@@ -2,6 +2,14 @@
Angular DevTools is a Chrome extension that provides debugging and profiling capabilities for Angular applications. Angular DevTools supports Angular v9 and above, with Ivy enabled.
+
+
+
+
You can find Angular DevTools in the [Chrome Web Store](https://chrome.google.com/webstore/detail/angular-developer-tools/ienfalfjdbdpebioblfackkekamfmbnh).
After installing Angular DevTools, you can find the extension under the Angular tab in Chrome DevTools.
diff --git a/aio/src/styles/1-layouts/_doc-viewer.scss b/aio/src/styles/1-layouts/_doc-viewer.scss
index 928f2c666b..af09c313d0 100644
--- a/aio/src/styles/1-layouts/_doc-viewer.scss
+++ b/aio/src/styles/1-layouts/_doc-viewer.scss
@@ -2,3 +2,17 @@
// Disable view transition animations.
transition: none !important;
}
+
+.video-container {
+ position: relative;
+ padding-bottom: 56.25%; /* 16:9 */
+ height: 0;
+
+ iframe {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ }
+}
diff --git a/aio/src/styles/2-modules/_errors.scss b/aio/src/styles/2-modules/_errors.scss
index 5446aa0dc5..9760bcefe9 100644
--- a/aio/src/styles/2-modules/_errors.scss
+++ b/aio/src/styles/2-modules/_errors.scss
@@ -55,17 +55,3 @@
}
}
}
-
-.error-video-container {
- position: relative;
- padding-bottom: 56.25%; /* 16:9 */
- height: 0;
-
- iframe {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- }
-}
diff --git a/aio/tools/transforms/templates/error/error.template.html b/aio/tools/transforms/templates/error/error.template.html
index 46093c2503..85be3bfaa0 100644
--- a/aio/tools/transforms/templates/error/error.template.html
+++ b/aio/tools/transforms/templates/error/error.template.html
@@ -6,11 +6,11 @@
{% if doc.videoUrl.length %}
-
+
{% endif%}
@@ -25,4 +25,4 @@
Debugging the error
{$ doc.debugging | marked $}
-{% endblock %}
\ No newline at end of file
+{% endblock %}