Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/danielkvist/hugo-terrassa-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/style.css')
-rw-r--r--assets/css/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index ab0802a..4755b21 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -587,7 +587,7 @@
/* LANGUAGE SWITCHER */
.LangNav {
display: flex;
- justify-content: flex-start;
+ justify-content: flex-end;
align-items: center;
margin: 1rem 4.5rem;
}
@@ -599,3 +599,7 @@
span.language.active {
opacity: 0.5;
}
+
+.header.has-LangNav {
+ grid-template-columns: auto 1fr auto;
+}