Skip to content

Commit

Permalink
css_update_for_trending_topic_box (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lungsangg authored Dec 5, 2024
2 parents 649bf3b + 3f8e6f5 commit 78a3df9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/css/s2.css
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ body, .sans-serif {
color: #333; /* Darker text for contrast */
border-bottom: 1px solid #ddd; /* Light line beneath the title */
padding-bottom: 5px; /* Space between title text and the line */
padding-top: 15px;
text-transform: none; /* Ensure text appears as written */
}

Expand All @@ -326,7 +327,7 @@ body, .sans-serif {
flex-direction: column; /* Stack topics vertically */
gap: 10px; /* Space between each topic */
padding-right: 20px;
padding-top: 1px;
padding-top: 0;
}

.topic-item {
Expand Down

0 comments on commit 78a3df9

Please sign in to comment.