aboutsummaryrefslogtreecommitdiff
path: root/assets/scss/home.scss
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2022-06-02 18:36:45 +0200
committerhellekin <hellekin@cepheide.org>2022-06-02 18:36:45 +0200
commit39d08a7f3b3893d8ada37d105652087f74379757 (patch)
treedb01960e865fcc49b2841e40f73796ee2427a452 /assets/scss/home.scss
parent1a227bbf31c55aeaa01e9890a2ed1a14cb5e01fa (diff)
downloadlesoiseaux.io-39d08a7f3b3893d8ada37d105652087f74379757.tar.gz
Move lang-switch button
Diffstat (limited to 'assets/scss/home.scss')
-rw-r--r--assets/scss/home.scss8
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;
}