summaryrefslogtreecommitdiff
path: root/src/web/_views/_template/post.php
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-12-23 22:53:42 -0500
committerFreya Murphy <freya@freyacat.org>2024-12-23 22:53:42 -0500
commit7bc99f8a3ce1eed99b9ee6bbb3efcaefa156f4fb (patch)
treebf2a6f2b25af8f206f743a3d8a59dadad99a844c /src/web/_views/_template/post.php
parentpersistent sessions (diff)
downloadxssbook2-7bc99f8a3ce1eed99b9ee6bbb3efcaefa156f4fb.tar.gz
xssbook2-7bc99f8a3ce1eed99b9ee6bbb3efcaefa156f4fb.tar.bz2
xssbook2-7bc99f8a3ce1eed99b9ee6bbb3efcaefa156f4fb.zip
remove 'rem', make styles more scalable
Diffstat (limited to '')
-rw-r--r--src/web/_views/_template/post.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/_views/_template/post.php b/src/web/_views/_template/post.php
index f7f5de2..53596d7 100644
--- a/src/web/_views/_template/post.php
+++ b/src/web/_views/_template/post.php
@@ -8,7 +8,7 @@
<span class="subtext"><?=$this->format_date($post['created'])?></span>
</div>
</div>
- <p>
+ <p class="content">
<?=$post['content']?>
</p>
<?php