Add profile picture
This commit is contained in:
@ -211,6 +211,12 @@ a {
|
||||
&:hover { text-decoration: underline }
|
||||
}
|
||||
|
||||
.profile-picture {
|
||||
float: right;
|
||||
width: 15rem;
|
||||
margin-left: 3em;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 50rem) {
|
||||
|
||||
.grid { grid-template-columns: auto }
|
||||
@ -230,6 +236,11 @@ a {
|
||||
}
|
||||
span.title { display: none }
|
||||
}
|
||||
|
||||
.profile-picture {
|
||||
width: 10rem;
|
||||
margin-left: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
|
Reference in New Issue
Block a user