Skip to content

Commit 164748f

Browse files
authored
Refactor alert for mobile fix 1 of 2
1 parent ea05a18 commit 164748f

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

assets/html/header.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,11 @@
3434
</div>
3535
</div>
3636
</section>
37-
38-
<header style = "box-shadow: 0px 4px 8px darkgrey !important;" class="usa-header usa-header-basic" role="banner" id = "myHeader">
39-
40-
<section class="alert">
37+
<section class="alert">
4138
<span class="closebtn" onclick="this.parentElement.style.display='none';">&times;</span>
4239
<strong>⚠ Please Note:</strong> The <a href="https://api.nasa.gov#earth">Earth API</a> will be archived and replaced with <a href="https://www.earthdata.nasa.gov/">https://www.earthdata.nasa.gov/</a> soon. Please update your bookmarks or projects as needed.
43-
</section>
44-
40+
</section>
41+
<header style = "box-shadow: 0px 4px 8px darkgrey !important;" class="usa-header usa-header-basic" role="banner" id = "myHeader">
4542
<div class="usa-nav-container">
4643
<div class="usa-navbar">
4744
<div class="usa-logo" id="basic-logo">
@@ -91,4 +88,4 @@
9188
</form>
9289
</nav>
9390
</div>
94-
</header>
91+
</header>

0 commit comments

Comments
 (0)