diff options
author | Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com> | 2021-10-17 20:43:34 +0200 |
---|---|---|
committer | Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com> | 2021-10-17 20:43:34 +0200 |
commit | 285112df86c20ebe34c1d3e4acc65f114d02628e (patch) | |
tree | c04f4ba4d3ed592b3e6d3bd1b1f1dfd627cda66d /templates | |
parent | 946b1802edd31db493641a9a04111c2e4141f2cf (diff) | |
download | justice-285112df86c20ebe34c1d3e4acc65f114d02628e.tar.gz |
improve the borders
Diffstat (limited to 'templates')
-rw-r--r-- | templates/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/header.html b/templates/header.html index 5b50d1a..9d1c878 100644 --- a/templates/header.html +++ b/templates/header.html @@ -8,7 +8,7 @@ <!-- Bootstrap CSS --> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous"> <title>Search Results - Flask Justice Database</title> -<body> +<body class="container-fluid"> <table class="table"> <tr> <td><a href="/">Veřejný rejstřík podle subjektů</a></td> |