This commit is contained in:
parent
6910815ec1
commit
745fb82ec0
4 changed files with 30 additions and 17 deletions
|
@ -54,6 +54,7 @@
|
|||
gap: 0.3em;
|
||||
font-size: 2rem;
|
||||
color: var(--color-text);
|
||||
margin-top: 3.5rem;
|
||||
}
|
||||
|
||||
.icon {
|
||||
|
|
|
@ -18,6 +18,10 @@
|
|||
object-fit: cover;
|
||||
}
|
||||
|
||||
.profile h2 {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
#markdown .profile-content {
|
||||
flex: 1;
|
||||
margin-top: 1rem;
|
||||
|
@ -77,6 +81,10 @@
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
.details h2 {
|
||||
margin-top: 1rem !important;
|
||||
}
|
||||
|
||||
.details-text {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue