Get Involved
Empower SPARC to promote your science and interests by submitting your
science story, news, or event.
@@ -105,12 +107,6 @@
-
@@ -155,9 +151,6 @@ export default {
mounted() {
this.$injectNewsletterArchive('#newsletter-archive')
- const xFeedScript = document.createElement('script')
- xFeedScript.setAttribute('src', 'https://platform.twitter.com/widgets.js')
- document.head.appendChild(xFeedScript)
},
watch: {
@@ -261,16 +254,14 @@ export default {
margin-bottom: 2rem;
@media (min-width: 48em) {
margin-bottom: 0;
+ &.right-panel {
+ border-left: 2px solid #d8d8d8;
+ }
}
p {
color: $darkBlue
}
}
-.twitter-wrap {
- @media (min-width: 48em) {
- border-left: 2px solid #d8d8d8;
- }
-}
.btn-load-more {
background: none;