summaryrefslogtreecommitdiff
path: root/client/src/components/LanguageSelect/LanguageSelect.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/components/LanguageSelect/LanguageSelect.module.css')
-rw-r--r--client/src/components/LanguageSelect/LanguageSelect.module.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/components/LanguageSelect/LanguageSelect.module.css b/client/src/components/LanguageSelect/LanguageSelect.module.css
new file mode 100644
index 0000000..9a4029c
--- /dev/null
+++ b/client/src/components/LanguageSelect/LanguageSelect.module.css
@@ -0,0 +1,5 @@
+.language {
+ position: absolute;
+ top: 100px;
+ right: 150px;
+}