Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhaney committed Sep 18, 2019
2 parents 028e55c + 190b928 commit 017ba82
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lakegallery/map/templates/map/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,26 +73,26 @@ <h2>Instructions</h2>
<p>
<button id="instructions-btn"
class="btn about-modal-btn"
style="width:120px;"
style="width:130px;"
type="button"
data-toggle="modal"
data-target="#instructionModal">
Home Map
Desktop
</button>
<span style="margin-left:10px;">Click the Home Map button to learn how to navigate and use the main home/index map.</span>
<span style="margin-left:10px;">Click the button to learn how to navigate and use all Lakes of Texas maps on a desktop computer.</span>
</p>
</li>
<li>
<p>
<button id="instructions-btn"
class="btn about-modal-btn"
style="width:120px;"
style="width:130px;"
type="button"
data-toggle="modal"
data-target="#story-instruction-mobile-modal">
Story Map
Mobile
</button>
<span style="margin-left:10px;">Click the Story Map button to learn how to navigate and use the map in a lake story view.</span>
<span style="margin-left:10px;">Click the button to learn how to navigate and use the lake story map on a mobile device.</span>
</p>
</li>
</ul>
Expand Down

0 comments on commit 017ba82

Please sign in to comment.