fix(docs-infra): fix positioning of message for disabled JavaScript (#26198)

PR Close #26198
This commit is contained in:
George Kalpakas 2018-10-01 22:24:02 +03:00 committed by Jason Aden
parent ab6f055479
commit 3a5cb1cb11
1 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@
<noscript>
<div class="background-sky hero"></div>
<section id="intro">
<section id="intro" style="text-shadow: 1px 1px #1976d2;">
<div class="hero-logo">
<img src="assets/images/logos/angular/angular.svg" width="250" height="250">
</div>
@ -99,7 +99,7 @@
<div class="hero-headline">One framework.<br>Mobile &amp; desktop.</div>
</div>
</section>
<h2 style="color: red; text-align: center; margin-top: -50px;">
<h2 style="color: red; margin-top: 40px; position: relative; text-align: center; text-shadow: 1px 1px #fafafa;">
<b><i>This website requires JavaScript.</i></b>
</h2>
</noscript>