Skip to content

Commit

Permalink
add styles for article list h2 mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
sirodoht committed May 31, 2024
1 parent 8efc2a8 commit cbd1f6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main/templates/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ input[type="submit"]:hover {
margin-bottom: 16px;
font-size: 32px;
}
#article
@media (max-width: 1000px) {
#articles .article-list-title a { font-size: 28px; }
}
#articles .article-list-title a { color: black; }
#articles h1 { margin-bottom: 8px; }
#articles h2 {
Expand Down

0 comments on commit cbd1f6d

Please sign in to comment.