Skip to content

Commit

Permalink
Update contact.html
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacTeng committed Apr 4, 2024
1 parent 25661d6 commit 0d3671a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,6 @@
</body>

<script>
// Toggle grid padding
var x = document.getElementById("myGrid");
if (x.className === "w3-row") {
x.className = "w3-row-padding"
}

// Open and close sidebar
function w3_open() {
document.getElementById("mySidebar").style.width = "100%";
Expand Down

0 comments on commit 0d3671a

Please sign in to comment.