Skip to content

Commit

Permalink
Merge pull request #76 from stuartmaxwell/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmaxwell authored Jun 20, 2024
2 parents 1647f71 + 7914b95 commit d4b3c7f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ span[role="group"] {
}
}

/* Prevent going smaller than 360px */
/* Prevent going smaller than 320px */
body {
min-width: 320px;
}
4 changes: 2 additions & 2 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<title>{% blog_page_title post_text="| " %}{% blog_title %}</title>

<link href="{% static "css/pico.orange.min.css" %}" rel="stylesheet">
<link href="{% static "css/pico.jade.min.css" %}" rel="stylesheet">
<link href="{% static "css/pygments/nord.min.css" %}" rel="stylesheet">
<link href="{% static "css/styles.min.css" %}" rel="stylesheet">

Expand All @@ -22,7 +22,7 @@
{% block head %}{% endblock head %}
</head>
<body>
<header class="container">
<header>
{% include "snippets/navbar.html" %}
</header>

Expand Down
4 changes: 2 additions & 2 deletions templates/snippets/navbar.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{% load djpress_tags %}

<nav>
<nav class="container">
<ul>
<li><strong>{% blog_title_link %}</strong></li>
<li><strong>{% blog_title_link link_class="secondary" %}</strong></li>
</ul>

{% blog_pages outer="ul" %}
Expand Down

0 comments on commit d4b3c7f

Please sign in to comment.