aboutsummaryrefslogtreecommitdiff
path: root/assets/scss/home.scss
diff options
context:
space:
mode:
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;
}