move mobile nav to right side to match the button

This commit is contained in:
John Bowdre 2021-12-09 20:19:12 -06:00
parent 137f465ad5
commit 8b58f07afe

View file

@ -44,7 +44,7 @@ figurePositionShow = false # toggle on or off globally
figurePositionLabel = "Figure" # the text before image number e.g Figure 1.0
# Set the collapsed mobile navigation to either appear from the left or the right
mobileNavigation = "left" # if you prefer right change to 'right'
mobileNavigation = "right" # if you prefer right change to 'right'
# some site owners want to decide how they would like their sites to be introduced users. These settings give you as a site owner to decide how the user will view your site for the first time.
# please note that you cannot enforce both modes at the same time. i.e by enforcing one mode, you priotise it over the other (by setting it to true). enforceDarkMode will be commented out