fix(docs-infra): fix positioning of message for disabled JavaScript (#26198)
PR Close #26198
This commit is contained in:
parent
ab6f055479
commit
3a5cb1cb11
|
@ -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 & 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>
|
||||
|
|
Loading…
Reference in New Issue