Add Guestbook CSS
This commit is contained in:
parent
38f9f9e6f2
commit
e23387c7c0
|
@ -0,0 +1,10 @@
|
|||
.guestbookpost {
|
||||
padding: 10px;
|
||||
border: var(--line-width) solid;
|
||||
border-left-style: none;
|
||||
border-right-style: none;
|
||||
border-top-style: none;
|
||||
text-align: left;
|
||||
padding-bottom: 20px;
|
||||
padding-top: 10px;
|
||||
}
|
Loading…
Reference in New Issue