Fix typo in margin property of guestbook message title
This commit is contained in:
parent
fa119a3d41
commit
11a20ca55d
|
@ -44,6 +44,6 @@ eleventyComputed:
|
||||||
<style>
|
<style>
|
||||||
.gb__messages--title {
|
.gb__messages--title {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-tbottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue