diff --git a/src/components/ContentSelection.vue b/src/components/ContentSelection.vue index c7bd3f2..8706d0b 100644 --- a/src/components/ContentSelection.vue +++ b/src/components/ContentSelection.vue @@ -9,21 +9,21 @@
-
Watch the video
+
Watch the video
diff --git a/src/scss/main.scss b/src/scss/main.scss index 747c5f6..7591b0f 100644 --- a/src/scss/main.scss +++ b/src/scss/main.scss @@ -198,8 +198,15 @@ p > a { font-size: 24px; font-weight: $font-semibold; white-space: nowrap; - margin: 100px auto 0; - width: 600px; + margin: 100px 130px 0; + width: fit-content; + flex-direction: column; + + .border-title { + width: 98%; + align-self: flex-start; + margin-left: 0; + } @media screen and (max-width: $responsive-screen) { white-space: normal;