1
0
mirror of https://github.com/tiyn/beaker-blog.git synced 2025-10-10 09:51:17 +02:00

minor style changes, added graphics volume

This commit is contained in:
2024-04-13 23:41:02 +02:00
parent 472d8c74c6
commit 6c586c6a89
7 changed files with 12 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
Flask==1.1.2
Flask>=2.2.2
Markdown==3.1.1

View File

@@ -167,3 +167,6 @@ footer .center {
padding-left: 20;
}
figure {
padding:20px;
}

View File

View File

@@ -25,7 +25,7 @@
<!-- Content -->
<footer>
<div class="center">
Made with <a href="https://github.com/tiyn/beaker-blog">Beaker Blog </a>.
Made with <a href="https://github.com/tiyn/beaker-blog">Beaker Blog</a>.
</div>
</footer>
</body>