hatecomputers.club/static/css/guestbook.css

17 lines
217 B
CSS
Raw Normal View History

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