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/css/home.css | |
parent | bd9444f9d34125f75b9c19dff1f3f557908e6f66 (diff) | |
download | lesoiseaux.io-5768b999f5c67954d279d9d67466db9f4aa3afd3.tar.gz |
Move lang-switch button to the left
Diffstat (limited to 'assets/css/home.css')
-rw-r--r-- | assets/css/home.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index 6c06cc2..dcb43c1 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -467,6 +467,6 @@ body > footer { background: inherit; position: absolute; top: 0; - right: 0; } + left: 0; } /*# sourceMappingURL=home.css.map */ |