16 lines
242 B
CSS
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;
|
|
}
|