This commit is contained in:
Jordan Vidrine
2025-02-25 16:22:04 -06:00
parent 2d4011806c
commit fb7e1b02e6
9 changed files with 124 additions and 37 deletions
+19
View File
@@ -5,3 +5,22 @@
}
border: 1px solid #cedde3;
}
.more-topics__container
.more-topics__list
.topic-list-body
.topic-list-item:last-of-type {
border: 1px solid #cedde3;
}
@media screen and (max-width: 480px) {
.topic-list-body {
border-top: none;
}
.topic-list-item {
border-top: none;
border-left: none;
border-right: none;
border-radius: 0;
}
}