diff --git a/app/static/css/styles.css b/app/static/css/styles.css index 213f54a..a41b548 100644 --- a/app/static/css/styles.css +++ b/app/static/css/styles.css @@ -9,3 +9,8 @@ .table-warning { background-color: #ffeeba; /* light yellow */ } + +/* Broaden navbar */ +.navbar { + height: 80px; +} diff --git a/app/templates/base.html b/app/templates/base.html index 5d13398..2735f99 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -4,7 +4,7 @@
-