diff options
author | hellekin <hellekin@cepheide.org> | 2018-01-05 00:08:48 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2018-01-05 00:08:48 +0100 |
commit | 5768b999f5c67954d279d9d67466db9f4aa3afd3 (patch) | |
tree | 83b2c05e154187c23832bc4c14865e27557292e3 /assets/scss/home.scss | |
parent | bd9444f9d34125f75b9c19dff1f3f557908e6f66 (diff) | |
download | lesoiseaux.io-5768b999f5c67954d279d9d67466db9f4aa3afd3.tar.gz |
Move lang-switch button to the left
Diffstat (limited to 'assets/scss/home.scss')
-rw-r--r-- | assets/scss/home.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/scss/home.scss b/assets/scss/home.scss index 7070fe6..1641c7d 100644 --- a/assets/scss/home.scss +++ b/assets/scss/home.scss @@ -618,5 +618,5 @@ body > footer { background: inherit; position: absolute; top: 0; - right: 0; + left: 0; } |