Skip to content

Commit

Permalink
move roles
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Apr 29, 2024
1 parent a65a0a3 commit 0cc9bf0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions apps/landing/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<!-- loading animation -->
<div class="main-site">
<!-- adding css -->
<div class="main-content" role="main" id="mainContent">
<div class="main-content" role="loading_animation" id="mainContent">
<div class="loader loader-black loader-5"></div>
</div>
</div>
Expand Down Expand Up @@ -62,11 +62,9 @@

<div class="inner">

<div role="header" id="header_landmark">
<header class="major">
<h2>caMicroscope</h2>
</header>
</div>
<header role="header" class="major">
<h2>caMicroscope</h2>
</header>

<!-- Content -->

Expand Down

0 comments on commit 0cc9bf0

Please sign in to comment.