add link links without actually enabling them

This commit is contained in:
2023-08-01 00:26:09 +09:30
parent 10f97599cf
commit 4d27c1c581
3 changed files with 22 additions and 1 deletions

View File

@ -26,7 +26,6 @@ html {
scroll-behavior: smooth;
}
/* Format headers */
h1 {
@ -382,4 +381,8 @@ footer {
top: 0;
top: 50%;
transform: translateY(-50%);
}
.paragraph-deparagrapher p {
margin: 0;
}