Skip to content

Commit

Permalink
Uncommented the footer text within index.html. Added custon footer cs…
Browse files Browse the repository at this point in the history
…s within customstyle.css
  • Loading branch information
jwilferd10 committed Apr 27, 2024
1 parent d37f78a commit e984fa2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions assets/css/customstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@
visibility: visible;
}

.footer {
bottom: 0;
width: 100%;
padding: 50px 25px 50px 25px;
}

@media screen and (max-width: 480px) {
.mapbox {
width: 250x;
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ <h4 class="title is-4"> Enter Desired Location: </h4>

<!-- Footer -->
<footer class="footer">
<!-- <div class="content has-text-centered">
<div class="content has-text-centered">
<a href="https://github.com/ArlonTuazon/ZapDrive"><strong>Zap⚡Drive</strong></a> made with lots of ☕
</div> -->
</div>
</footer>

<!-- Script Files -->
Expand Down

0 comments on commit e984fa2

Please sign in to comment.