diff --git a/src/static/css/style.css b/src/static/css/style.css index ee1c006..f2ad68c 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -96,6 +96,7 @@ body { bottom: 0; left: 0; right: 0; + text-align: center; } #bottom_footer a { @@ -112,6 +113,10 @@ body { float: right; } +.left { + float: left; +} + .bold { font-weight: bold; } diff --git a/src/templates/base_site.html b/src/templates/base_site.html index dd0db59..706a842 100644 --- a/src/templates/base_site.html +++ b/src/templates/base_site.html @@ -32,13 +32,17 @@