diff --git a/src/assets/speech-bubble.svg b/src/assets/speech-bubble.svg index cce69e9..e56e001 100644 --- a/src/assets/speech-bubble.svg +++ b/src/assets/speech-bubble.svg @@ -2,7 +2,7 @@ diff --git a/src/components/hacks-nav.vue b/src/components/hacks-nav.vue index 7b31a73..4b0abbe 100644 --- a/src/components/hacks-nav.vue +++ b/src/components/hacks-nav.vue @@ -1,10 +1,16 @@ @@ -66,7 +66,6 @@ export default { li:before { content: "⮑"; - font-size: 18px; vertical-align: top; padding-right: 1em; } diff --git a/src/views/EBoard.vue b/src/views/EBoard.vue index 635262b..796d1bd 100644 --- a/src/views/EBoard.vue +++ b/src/views/EBoard.vue @@ -145,7 +145,6 @@ export default { &__position { opacity: 0.7; - width: 10em; word-wrap: break-word; } diff --git a/src/views/Home.vue b/src/views/Home.vue index 91fcc27..7cdab85 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -17,7 +17,7 @@

- @@ -73,8 +73,8 @@ export default { name: "hacks-homepage", components: { HacksButton, - HacksAnnounce - } + HacksAnnounce, + }, }; @@ -88,27 +88,19 @@ export default { } &__slogan { - width: 500px; + width: 600px; line-height: $hacks-text-spacing; - - @media (max-width: 500px) { - width: 100%; - } - } - - &__email { - padding-left: 3em; + margin-right: 1em; + margin-bottom: 1em; } &__join { font-weight: $hacks-small-caps-weight; - font-size: 36px !important; padding-left: 0.3em; } &__title { - text-shadow: 2px 0px rgba($color: red, $alpha: 0.4), - -2px 0px rgba($color: cyan, $alpha: 0.4); + text-shadow: $hacks-title-three-dee; color: rgba($color: white, $alpha: 0.7); } diff --git a/src/views/Members.vue b/src/views/Members.vue index 0cf1b0a..46b345d 100644 --- a/src/views/Members.vue +++ b/src/views/Members.vue @@ -90,14 +90,6 @@ export default { flex-flow: row wrap; } - &__ccs { - display: block; - margin: auto; - color: $hacks-background-color; - font-size: 18px; - text-transform: uppercase; - } - &__member { margin: 1em; margin-left: unset; @@ -121,7 +113,6 @@ export default { content: ">"; padding-right: 1em; vertical-align: top; - font-size: 18px; } } }