Skip to content

Commit

Permalink
Update type.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rungulus authored Dec 28, 2023
1 parent bbe1239 commit 3a89e10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions type.html
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
<div class="align-content-center">
<!-- this will be using rows eventually, probably in my next update -->
<div class="container">
<textarea id="autosave-textarea" class="form-control form-control-lg" type="text" placeholder="type here, everything you type is autosaved" rows="15"></textarea>
<textarea id="autosave-textarea" class="form-control form-control-lg" type="text" placeholder="type here, everything you type is autosaved" rows="30"></textarea>
</div>
<div class="text-center">
<button id="clear-button" class="btn btn-outline-secondary btn-sm mt-2">clear</button>
Expand Down Expand Up @@ -294,4 +294,4 @@
});

</script>
</html>
</html>

0 comments on commit 3a89e10

Please sign in to comment.