Add about page
Some checks failed
Build Eleventy Forgero / build (24.x) (push) Has been cancelled

This commit is contained in:
天クマ 2026-07-01 17:19:23 -03:00
commit 24f222949b
11 changed files with 283 additions and 0 deletions

View file

@ -220,6 +220,14 @@ aside.metromenu #content {
text-align: end;
}
.noWrap {
text-wrap-mode: nowrap;
}
.lineHeight {
height: 1em;
}
.notificationBox {
transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
width: fit-content;