refactor: update workflow deps, update docs, and smaller images (#1435)
Some checks are pending
Docs - build & deploy / docs (push) Waiting to run
Run tests / build (ubuntu-latest, 3.10) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.11) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.12) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.13) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.8) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.9) (push) Waiting to run
Run tests / build (windows-latest, 3.10) (push) Waiting to run
Run tests / build (windows-latest, 3.11) (push) Waiting to run
Run tests / build (windows-latest, 3.12) (push) Waiting to run
Run tests / build (windows-latest, 3.13) (push) Waiting to run
Run tests / build (windows-latest, 3.8) (push) Waiting to run
Run tests / build (windows-latest, 3.9) (push) Waiting to run
Run tests / test_docs (3.13) (push) Waiting to run
Run tests / test_sampleproject (3.13) (push) Waiting to run

This commit is contained in:
Juro Oravec 2025-10-04 15:07:59 +02:00 committed by GitHub
parent bfb3f8dee2
commit 48adaf98f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 35 additions and 14 deletions

View file

@ -41,23 +41,23 @@ h6 {
}
.user a {
display: flex;
flex-direction: column;
align-items: center;
font-size: 18px;
display: flex;
flex-direction: column;
align-items: center;
font-size: 18px;
}
.user .avatar-wrapper {
width: 8em;
height: 8em;
width: 6em;
height: 6em;
border-radius: 50%;
overflow: hidden;
}
.title {
margin: 8px 0 4px 0;
margin: 8px 0 4px 0;
}
.info {
font-size: 16px;
font-size: 16px;
}