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 {
|
.info {
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
|
max-width: 600px;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#profile-picture {
|
#profile-picture {
|
||||||
|
@ -762,7 +764,7 @@ br {
|
||||||
}
|
}
|
||||||
|
|
||||||
#badges {
|
#badges {
|
||||||
display: flex;
|
display: inline-flex;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
background-color: var(--surface0);
|
background-color: var(--surface0);
|
||||||
border: 2px solid var(--surface1);
|
border: 2px solid var(--surface1);
|
||||||
|
@ -771,6 +773,7 @@ br {
|
||||||
gap: 3px;
|
gap: 3px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
max-width: 600px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#badges > img {
|
#badges > img {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue