Fix typo in margin property of guestbook message title

This commit is contained in:
Helen Chong 2024-06-23 16:23:49 +08:00
parent fa119a3d41
commit 11a20ca55d
1 changed files with 1 additions and 1 deletions

View File

@ -44,6 +44,6 @@ eleventyComputed:
<style>
.gb__messages--title {
text-align: center;
margin-tbottom: 0.5em;
margin-bottom: 0.5em;
}
</style>