summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelianthella <git@gumi.ca>2020-12-22 00:19:47 -0500
committerHelianthella <git@gumi.ca>2020-12-22 00:19:47 -0500
commitad5fe7efc9eab0887b4024ccf50644b00ff866c3 (patch)
treef597b1d1600f7a08f3267b61ff5d1d31887a6184
parentb90bbeab7c1435518224496821ff3449476c458d (diff)
downloadwebsite-ad5fe7efc9eab0887b4024ccf50644b00ff866c3.tar.gz
website-ad5fe7efc9eab0887b4024ccf50644b00ff866c3.tar.bz2
website-ad5fe7efc9eab0887b4024ccf50644b00ff866c3.tar.xz
website-ad5fe7efc9eab0887b4024ccf50644b00ff866c3.zip
fix the navigation bar size
-rw-r--r--src/components/Navigation.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Navigation.vue b/src/components/Navigation.vue
index 783e12a..9f4e530 100644
--- a/src/components/Navigation.vue
+++ b/src/components/Navigation.vue
@@ -58,7 +58,7 @@
border-radius: 5px;
border: solid 1px #2f2e32;
margin-bottom: 13px;
- min-width: 17ch;
+ min-width: max(160px, 17ch);
& ul {
list-style: none;