Skip to content

Commit

Permalink
copy button
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius Richter committed Jun 24, 2024
1 parent 41aff9c commit 1896bf6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@
text-align: justify;
hyphens: auto;
}
div {
max-width: 100%;
}
/* Define a class for left-aligned text */
.left-align {
text-align: left;
Expand Down Expand Up @@ -891,7 +894,7 @@ <h2 id="citation">
alert('Failed to copy!');
});
});
</script>
</script>


<h2>
Expand Down

0 comments on commit 1896bf6

Please sign in to comment.