Skip to content

Commit ba7cef5

Browse files
Merge pull request #242 from stuartmaxwell/updates
Updates
2 parents f57b67d + 0fd2053 commit ba7cef5

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stuartm-nz"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
description = "stuartm.nz"
55
readme = "README.md"
66
requires-python = ">=3.14"

static/css/bs53p.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,10 +1432,6 @@ textarea.form-control {
14321432
border-width: 1px !important;
14331433
}
14341434

1435-
.border-2 {
1436-
border-width: 2px !important;
1437-
}
1438-
14391435
.w-100 {
14401436
width: 100% !important;
14411437
}

templates/snippets/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% load djpress_tags %}
2-
<header class="navbar navbar-expand navbar-dark mb-3 border-bottom border-2 border-success-subtle">
2+
<header class="navbar navbar-expand navbar-dark mb-3 border-bottom border-1 border-success-subtle">
33
<div class="container px-1 px-sm-3">
44
{% site_title_link link_class="navbar-brand fs-4 me-sm-3 me-0 px-sm-0 px-0" %}
55
<ul class="navbar-nav me-auto">

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)