We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 065ceff commit dc29972Copy full SHA for dc29972
index.html
@@ -15,7 +15,7 @@
15
</head>
16
17
<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>
+ <textarea class="m-0 pt-4 px-5 is-size-6 is-family-monospace" placeholder="Click Here To Type."></textarea>
19
<div class="buttons is-centered">
20
<button class="button is-dark is-rounded" onclick="theme()" />Dark</button>
21
<button class="button is-info is-rounded" onclick="download()">Download</button>
@@ -27,4 +27,4 @@
27
<script src="service-worker.js"></script>
28
</body>
29
30
-</html>
+</html>
0 commit comments