Fix typo in margin property of guestbook message title

This commit is contained in:
Leilukin 2024-06-23 16:23:49 +08:00 committed by Helen Chong
parent cae7eb9c6b
commit d8372524ee

View File

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