Separate class for profile image

main2
Bob Mottram 2019-09-23 13:42:36 +01:00
parent 7d39837146
commit 6f4e308dc6
2 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ a:link {
background-color: var(--main-bg-color);
}
.hero-text img {
.hero-text img.title {
border-radius: 1%;
width: 30%;
min-width: 200px;

View File

@ -1258,7 +1258,7 @@ def htmlProfile(translate: {},projectVersion: str, \
linkToTimelineStart+ \
' <div class="hero-image">' \
' <div class="hero-text">'+ \
' <img src="'+profileJson['icon']['url']+'" alt="'+nickname+'@'+domainFull+'">' \
' <img src="'+profileJson['icon']['url']+'" alt="'+nickname+'@'+domainFull+'" class="title">' \
' <h1>'+displayName+'</h1>' \
' <p><b>@'+nickname+'@'+domainFull+'</b></p>' \
' <p>'+profileDescription+'</p>'+ \