diff --git a/src/components/ContentSelection.vue b/src/components/ContentSelection.vue index cdfc9e8..2c13d7e 100644 --- a/src/components/ContentSelection.vue +++ b/src/components/ContentSelection.vue @@ -44,7 +44,7 @@
-
{{ tag }}
+
{{ tag }}
@@ -121,7 +121,6 @@ display: flex; flex-wrap: wrap; - @media screen and (max-width: $responsive-screen) { justify-content: center; } diff --git a/src/components/I18n.vue b/src/components/I18n.vue index ec56c83..686cab3 100644 --- a/src/components/I18n.vue +++ b/src/components/I18n.vue @@ -10,7 +10,7 @@ - + {{ lang }} diff --git a/src/scss/main.scss b/src/scss/main.scss index 5f5bb5d..2e17fc7 100644 --- a/src/scss/main.scss +++ b/src/scss/main.scss @@ -90,7 +90,7 @@ main { border-left: 0.3em solid transparent; } -a { +p > a { color: #000; font-weight: $font-semibold; border-bottom: 3px solid $orange;