Skip to content

Commit dc29972

Browse files
authored
Update index.html
1 parent 065ceff commit dc29972

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</head>
1616

1717
<body class="is-flex is-flex-direction-column is-justify-content-center is-align-items-center">
18-
<textarea class="m-0 pt-4 pl-6 is-size-6 is-family-monospace" placeholder="Click Here To Type."></textarea>
18+
<textarea class="m-0 pt-4 px-5 is-size-6 is-family-monospace" placeholder="Click Here To Type."></textarea>
1919
<div class="buttons is-centered">
2020
<button class="button is-dark is-rounded" onclick="theme()" />Dark</button>
2121
<button class="button is-info is-rounded" onclick="download()">Download</button>
@@ -27,4 +27,4 @@
2727
<script src="service-worker.js"></script>
2828
</body>
2929

30-
</html>
30+
</html>

0 commit comments

Comments
 (0)