freshter-logs/static/ConversationLink.css
2023-04-28 19:48:34 -04:00

16 lines
242 B
CSS

.conversation-link {
outline: 1px dashed grey;
width: calc(min(590px, 99vw));
text-align: center;
margin: auto;
margin-bottom: 10px;
}
.name {
font-size: 1.1em;
}
.description {
font-weight: normal !important;
}