hatecomputers.club/static/css/guestbook.css

17 lines
217 B
CSS

.entry {
margin-bottom: 10px;
border: 1px solid var(--border-color);
padding: 10px;
max-width: 700px;
}
.entry-name {
font-weight: bold;
}
.entry-message {
margin-left: 20px;
white-space: pre-wrap;
}