diff options
author | hellekin <hellekin@cepheide.org> | 2022-06-02 18:36:45 +0200 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2022-06-02 18:36:45 +0200 |
commit | 39d08a7f3b3893d8ada37d105652087f74379757 (patch) | |
tree | db01960e865fcc49b2841e40f73796ee2427a452 /assets/scss | |
parent | 1a227bbf31c55aeaa01e9890a2ed1a14cb5e01fa (diff) | |
download | lesoiseaux.io-39d08a7f3b3893d8ada37d105652087f74379757.tar.gz |
Move lang-switch button
Diffstat (limited to 'assets/scss')
-rw-r--r-- | assets/scss/home.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/assets/scss/home.scss b/assets/scss/home.scss index b380b1f..7009d26 100644 --- a/assets/scss/home.scss +++ b/assets/scss/home.scss @@ -621,11 +621,11 @@ body > footer { #lang-switch { /* rgb(199, 184, 119); */ - border: 2px solid rgba(173, 151, 56, 0.68); - border-radius: 1rem; + border: 2px inset rgba(173, 151, 56, 0.68); + border-radius: 0.25rem; padding: 0 0.5rem; background: inherit; position: absolute; - top: 0; - left: 0; + top: 0.5rem; + right: 2rem; } |