diff options
-rw-r--r-- | templates/base.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index 75ff96e..9cd0bdb 100644 --- a/templates/base.html +++ b/templates/base.html @@ -21,9 +21,10 @@ } #header { margin: 0px; - padding: 0px; - height: 100px; + padding: 5px 0px 5px 0px; + height: auto; width: auto; + text-align: center; background-color: #f1f1f1; } #container { |