add info template (for à propos page)

This commit is contained in:
isUnknown 2024-04-15 09:35:39 +02:00
parent 1e9a192a40
commit 57e9ca74da
7 changed files with 48 additions and 9 deletions

View file

@ -68,6 +68,9 @@ body[data-template="home"] {
display: flex;
justify-content: space-between;
}
[data-template="info"] #entry-btns {
top: calc(var(--unit--vertical) * 4);
}
.entry-btn {
transition: all 0.5s var(--curve-sine);