diff options
author | Jordan <me@jordan.im> | 2020-06-10 17:43:16 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2020-06-10 17:43:16 -0700 |
commit | b641a56d69d46ed8f83e252104f3e8cc552ad3c0 (patch) | |
tree | b0f6c7b54c4bc1104ad5cb7dc97fa915f9a6c12f | |
parent | dd05c01005e1d6537baf7113a104bf6750c5776d (diff) | |
download | roka-b641a56d69d46ed8f83e252104f3e8cc552ad3c0.tar.gz roka-b641a56d69d46ed8f83e252104f3e8cc552ad3c0.zip |
container-fluid -> container
-rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index e59c8f5..31bef23 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,7 +6,7 @@ <link href="static/bootstrap.min.css" rel="stylesheet"> </head> <body> - <div class="container-fluid"> + <div class="container"> <h2>Audiobooks</h2> <table class="table table-condensed table-bordered table-striped"> <tr> |