From 9fa696d5a9edd1895c85c2c4ec06d19c79535403 Mon Sep 17 00:00:00 2001 From: Jose Palazon Date: Fri, 6 Sep 2024 01:28:16 +0100 Subject: [PATCH] a human touch --- flaskr/static/style.css | 1 + flaskr/templates/base.html | 12 ++++++------ instance/flaskr.sqlite | Bin 0 -> 20480 bytes 3 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 instance/flaskr.sqlite diff --git a/flaskr/static/style.css b/flaskr/static/style.css index 7dc26da1..46187073 100644 --- a/flaskr/static/style.css +++ b/flaskr/static/style.css @@ -52,6 +52,7 @@ nav ul { list-style: none; margin: 0; padding: 0; + align-items: center; } nav ul li a, nav ul li span, header .action { diff --git a/flaskr/templates/base.html b/flaskr/templates/base.html index 12542b27..9f0bd1cd 100644 --- a/flaskr/templates/base.html +++ b/flaskr/templates/base.html @@ -7,7 +7,7 @@