diff --git a/components/g/Nav.vue b/components/g/Nav.vue
index 95bf9eb7..981fbf1e 100644
--- a/components/g/Nav.vue
+++ b/components/g/Nav.vue
@@ -51,7 +51,7 @@
-
-
-
- {{ $t('_nav.switchLang') }}
+ {{ $t('_nav.switchLang') }}
- -
+
-
diff --git a/tailwind.config.ts b/tailwind.config.ts
index e9f709a0..f6a5c4bd 100644
--- a/tailwind.config.ts
+++ b/tailwind.config.ts
@@ -36,6 +36,9 @@ export default {
'950': '#223201',
},
},
+ screens: {
+ '3xl': '1970px',
+ },
},
fontFamily: {
...defaultTheme.fontFamily,