Tweaked some of the layout and added some window dressing to make things look a bit nicer. #1

Merged
lenrsmith merged 9 commits from lenrsmith/en_btr_frontend:feature/tweak-layout into master 2020-10-14 17:36:00 +00:00
2 changed files with 11 additions and 1 deletions
Showing only changes of commit 4a47d04ef2 - Show all commits

View File

@ -1,4 +1,4 @@
<nav class="scripture-menu">
<nav class="scripture-menu navbar navbar-dark sticky-top">
<div class="container">
<Scrollmenu @visible="true">
{{#each this.books as |book|}}

View File

@ -0,0 +1,10 @@
Options FollowSymLinks
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]
</IfModule>