(notes) add routing between notes

This commit is contained in:
2021-03-13 22:11:58 +01:00
parent 2bb43ac961
commit 8fad931dfd
12 changed files with 343 additions and 65 deletions

View File

@@ -1,24 +1,12 @@
@charset "utf-8";
@import '~bulma/bulma.sass';
html {
overflow-y: auto;
}
html,
body {
text-align: center;
min-height: 100vh;
}
h1 {
font-size: 3rem;
}
h2 {
font-size: 2.5rem;
}
h3 {
font-size: 2rem;
}
h4 {
font-size: 1.5rem;
}