add .username class

This commit is contained in:
emilyd 2022-11-25 17:34:35 +02:00
parent 11e8b88cfe
commit a8ce1a13b6

View File

@ -5,7 +5,7 @@
<div class="window-content bio-window-content clearfix">
<img class="pfp" src="<?php echo $root; ?>/img/pfp.png" alt="profile picture"/>
<div class="bio">
<b><?php echo $username; ?></b>
<b class="username"><?php echo $username; ?></b>
<hr/>
<i><?php echo $tagline; ?></i>
<br/>