Skip to content

Commit cda0878

Browse files
committed
Merge branch 'main' of https://github.com/n-ce/note.git
2 parents af9183c + 846793a commit cda0878

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Note
2+
Single Page Note Taking Webapp.
3+
4+
https://n-ce.github.io/Note/

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</head>
1919

2020
<body class="is-flex is-flex-direction-column is-justify-content-center is-align-items-center">
21-
<textarea class="m-0 pt-4 pl-6 is-size-6 is-family-monospace" placeholder="Click Here To Type."></textarea>
21+
<textarea class="m-0 pt-4 px-5 is-size-6 is-family-monospace" placeholder="Click Here To Type."></textarea>
2222
<div class="buttons is-centered">
2323
<button class="button is-dark is-rounded" onclick="theme()" />Dark</button>
2424
<button class="button is-info is-rounded" onclick="download()">Download</button>
@@ -30,4 +30,4 @@
3030
<script src="service-worker.js"></script>
3131
</body>
3232

33-
</html>
33+
</html>

0 commit comments

Comments
 (0)