1
0

Add profile picture

This commit is contained in:
2025-05-06 11:33:53 +02:00
parent 6b245f540d
commit a2b355477f
3 changed files with 14 additions and 1 deletions

View File

@ -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) {