Font size

merge-requests/6/head
Bob Mottram 2020-02-28 20:57:27 +00:00
parent 4b63faa944
commit 0a6d411360
2 changed files with 11 additions and 1 deletions

View File

@ -140,6 +140,11 @@ input[type=text] {
padding: 30px;
line-height: 60px;
}
.hashtagswarm2 {
font-size: 40px;
padding: 30px;
line-height: 60px;
}
.followText {
font-size: 24px;
}
@ -173,6 +178,11 @@ input[type=text] {
padding: 40px;
line-height: 70px;
}
.hashtagswarm2 {
font-size: 50px;
padding: 40px;
line-height: 70px;
}
.followText {
font-size: 40px;
}

View File

@ -4841,7 +4841,7 @@ def htmlHashTagSwarm(baseDir: str,actor: str) -> str:
else:
tagSwarmStr+= \
'<a href="'+actor+'/tags/'+tagName+ \
'" class="hashtagswarm"><b>'+tagName+'</b></a> '
'" class="hashtagswarm2">'+tagName+'</a> '
ctr+=1
tagSwarmHtml=tagSwarmStr.strip()+'\n'
return tagSwarmHtml