Compare commits

...

2 commits

Author SHA1 Message Date
ba801995a8 Bumped to version 0.2.29 2024-08-19 11:43:11 +02:00
7bea868899 More font-size fixes 2024-08-19 11:42:52 +02:00
4 changed files with 7 additions and 3 deletions

View file

@ -1 +1 @@
__version__ = "0.2.28" __version__ = "0.2.29"

View file

@ -12,6 +12,10 @@ main .content ul {
font-size: 0.95em; font-size: 0.95em;
} }
main .content p {
font-size: 0.9em;
}
main .content code, .codehilite { main .content code, .codehilite {
font-size: 0.9em; font-size: 0.9em;
} }

View file

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.2.28 current_version = 0.2.29
commit = True commit = True
tag = True tag = True

View file

@ -11,7 +11,7 @@ def readfile(file):
setup( setup(
name="madblog", name="madblog",
version="0.2.28", version="0.2.29",
author="Fabio Manganiello", author="Fabio Manganiello",
author_email="info@fabiomanganiello.com", author_email="info@fabiomanganiello.com",
description="A minimal platform for Markdown-based blogs", description="A minimal platform for Markdown-based blogs",