mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-05 14:00:31 +02:00
This commit is contained in:
parent
93d598bc9e
commit
754f291fd0
1 changed files with 4 additions and 1 deletions
|
@ -29,6 +29,8 @@ strong {
|
|||
|
||||
.info {
|
||||
margin-top: 50px;
|
||||
max-width: 600px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#profile-picture {
|
||||
|
@ -762,7 +764,7 @@ br {
|
|||
}
|
||||
|
||||
#badges {
|
||||
display: flex;
|
||||
display: inline-flex;
|
||||
padding: 3px;
|
||||
background-color: var(--surface0);
|
||||
border: 2px solid var(--surface1);
|
||||
|
@ -771,6 +773,7 @@ br {
|
|||
gap: 3px;
|
||||
border-radius: 8px;
|
||||
margin-bottom: 10px;
|
||||
max-width: 600px;
|
||||
}
|
||||
|
||||
#badges > img {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue