Skip to content

Commit 1860cf4

Browse files
committed
adjust the style based on topics-group
1 parent 6f17080 commit 1860cf4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/assets/stylesheets/application.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,11 @@ a.followed {
506506
a.active { color: #333; border-bottom: 1px dotted #ccc; text-decoration: none; }
507507
a.popular.active { color: $red; border-bottom-color: $red;}
508508
}
509+
.topics-group:first-child {
510+
@media (max-width: 991px) {
511+
.topic:last-child { border-bottom: 1px solid #F0F0F0; }
512+
}
513+
}
509514
.topic {
510515
min-height: 68px;
511516
border-bottom: 1px solid #F0F0F0;

0 commit comments

Comments
 (0)