freshter-logs/static/ConversationLink.css

16 lines
242 B
CSS
Raw Normal View History

2023-04-28 19:48:34 -04:00
.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;
}