minor style fixes, added tor.toufy.me entry
All checks were successful
/ deploy (push) Successful in 6s

This commit is contained in:
toufic ar 2026-02-05 23:27:39 +02:00
parent f3097b9004
commit 1867188fc1
Signed by: toufic ar
SSH key fingerprint: SHA256:/NaO5I1nG3gYKzrzSiTYIdRyaIYxDWfr1U+d+yfJ/4k
2 changed files with 51 additions and 8 deletions

View file

@ -157,11 +157,14 @@ html {
align-items: center;
justify-content: space-between;
background-color: var(--background-alt);
padding: 5px;
margin: 5px;
padding: 4px;
margin: 4px;
border-radius: 5px;
border: 1px solid var(--primary);
max-width: 300px;
max-width: 100%;
@media (min-width: 600px) {
max-width: 300px;
}
.sd-grid-card-title {
text-align: center;
display: flex;