about and new lib

This commit is contained in:
Mateusz Gruszczyński
2026-08-15 23:20:20 +02:00
parent d4e64f4e50
commit 3dcb2c0829
7 changed files with 66 additions and 13 deletions
+26 -2
View File
@@ -3433,7 +3433,7 @@ dialog::backdrop {
display: none;
}
.home-footer__author {
.home-footer__about {
margin-left: auto;
}
@@ -3574,6 +3574,29 @@ dialog::backdrop {
margin: 0;
}
.about-content {
display: grid;
gap: 16px;
color: var(--dialog-text);
font-size: .82rem;
line-height: 1.55;
}
.about-content p {
margin: 0;
}
.about-content a {
color: var(--accent-text-strong);
overflow-wrap: anywhere;
}
.about-license {
display: grid;
gap: 10px;
padding-top: 2px;
}
.identity-fields {
display: grid;
gap: 14px;
@@ -3642,8 +3665,9 @@ dialog::backdrop {
text-align: center;
}
.home-footer__author {
.home-footer__about {
margin-left: 0;
align-self: center;
}
.identity-panel {