diff --git a/data/css/style.css b/data/css/style.css index a7a47ea5..9a2bccb7 100644 --- a/data/css/style.css +++ b/data/css/style.css @@ -40,8 +40,9 @@ h1{ margin-top: 0px; } .search{ - margin-top: -40px; - margin-right: 30px; + position: absolute; + top: 50px; + right: 70px; } .data{ background-color: #ebf4fb; diff --git a/templates.py b/templates.py index b768b94c..c32e762f 100644 --- a/templates.py +++ b/templates.py @@ -10,8 +10,8 @@ _header = '''
''' _logobar = ''' - -