Skip to content

Commit

Permalink
Mod
Browse files Browse the repository at this point in the history
  • Loading branch information
jklymak committed Oct 28, 2021
1 parent efdd77d commit 4732eb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/_static/css/landing.css
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ main {

@media (min-width: 800px) {
main {
margin-top: 50px;
margin-top: 20px;
grid-template-columns:
minmax(1em, auto) minmax(44px, 118px) minmax(44px, 118px)
minmax(44px, 118px) minmax(44px, 118px) minmax(44px, 118px) minmax(
Expand Down
4 changes: 2 additions & 2 deletions docs/body.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h1>Matplotlib: Visualization with Python</h1>
<!-- optional important news -->
<h3>News</h3>

<d-topics-list discourse-url="https://discourse.matplotlib.org/" per-page="5">
<d-topics-list discourse-url="https://discourse.matplotlib.org/" category="14" per-page="5">
</d-topics-list>
</div>
<!-- END NEWS ITEMS -->
Expand Down Expand Up @@ -464,4 +464,4 @@ <h4>Donate</h4>
</ul>
</section>
<script src="_static/script.js"></script>
<script src="http://discourse.matplotlib.org/javascripts/embed-topics.js"></script>
<script src="https://discourse.matplotlib.org/javascripts/embed-topics.js"></script>

0 comments on commit 4732eb1

Please sign in to comment.