guestbook/guestbook.css

22 lines
375 B
CSS
Raw Permalink Normal View History

2024-04-21 18:10:47 -05:00
.guestbookpost {
padding: 10px;
border: var(--line-width) solid;
border-left-style: none;
border-right-style: none;
2024-04-22 08:44:13 -05:00
border-top-style: solid;
border-bottom-style: none;
2024-04-21 18:10:47 -05:00
text-align: left;
padding-bottom: 20px;
padding-top: 10px;
}
2024-04-26 16:32:37 -05:00
.date {
padding-top: 0px;
padding-bottom: 15px;
}
2024-04-26 17:09:40 -05:00
h4 {
margin-top: 0px;
}
p {
padding-left: 4px;
}