diff --git a/client/definition-page.hbs b/client/definition-page.hbs
index 7f3c22c..11d1427 100755
--- a/client/definition-page.hbs
+++ b/client/definition-page.hbs
@@ -47,8 +47,9 @@
{{/if}}
-
+
{{#if previousWord}}
« Previous
{{previousWord.word}}
diff --git a/client/styles/main.scss b/client/styles/main.scss
index 6aa5e95..c2e0b21 100755
--- a/client/styles/main.scss
+++ b/client/styles/main.scss
@@ -271,25 +271,6 @@ main {
right: 0;
}
}
- .twitter {
- a {
- display: block;
- margin: 0 auto;
- width: 250px;
- border-radius: 8px;
- background: #ddd;
- background: linear-gradient(to bottom,#bb6d82,#af516c);
- border: 1px solid #ccc;
- color: #ffffff!important;
- font-size: 16px;
- font-weight: 700;
- text-align: center;
- padding-top: 8px;
- padding-bottom: 8px;
- cursor: pointer;
- text-decoration: none;
- }
- }
.navigate-guff {
&:after {
clear: both;