Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacTeng committed Apr 3, 2024
1 parent f285eab commit 7952b92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ <h1><b>PHOTOLIO</b></h1>

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

0 comments on commit 7952b92

Please sign in to comment.