Spaces:
Runtime error
Runtime error
File size: 155 Bytes
f044b10 |
1 2 3 4 5 6 7 8 9 10 11 |
.dropdown {
border: 1px solid var(--conversations);
}
@media screen and (max-width: 990px) {
.dropdown {
padding: 4px 8px;
font-size: 0.75rem;
}
}
|