fix(docs-infra): fix positioning of message for disabled JavaScript (#26198)
PR Close #26198
This commit is contained in:
parent
2fe401dfbb
commit
ff980032e7
@ -91,7 +91,7 @@
|
|||||||
|
|
||||||
<noscript>
|
<noscript>
|
||||||
<div class="background-sky hero"></div>
|
<div class="background-sky hero"></div>
|
||||||
<section id="intro">
|
<section id="intro" style="text-shadow: 1px 1px #1976d2;">
|
||||||
<div class="hero-logo">
|
<div class="hero-logo">
|
||||||
<img src="assets/images/logos/angular/angular.svg" width="250" height="250">
|
<img src="assets/images/logos/angular/angular.svg" width="250" height="250">
|
||||||
</div>
|
</div>
|
||||||
@ -99,7 +99,7 @@
|
|||||||
<div class="hero-headline">One framework.<br>Mobile & desktop.</div>
|
<div class="hero-headline">One framework.<br>Mobile & desktop.</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</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>
|
<b><i>This website requires JavaScript.</i></b>
|
||||||
</h2>
|
</h2>
|
||||||
</noscript>
|
</noscript>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user