diff --git a/twistter-frontend/src/pages/Login.js b/twistter-frontend/src/pages/Login.js
index ef7e5c4..336255a 100644
--- a/twistter-frontend/src/pages/Login.js
+++ b/twistter-frontend/src/pages/Login.js
@@ -16,13 +16,15 @@ import withStyles from "@material-ui/core/styles/withStyles";
// Redux stuff
import { connect } from 'react-redux';
import { loginUser } from '../redux/actions/userActions';
+import { fontFamily } from '@material-ui/system';
+//Theme
const styles = {
form: {
textAlign: "center"
},
textField: {
- marginBottom: 30
+ marginBottom: 20
},
pageTitle: {
// marginTop: 20,
@@ -34,6 +36,9 @@ const styles = {
},
progress: {
position: "absolute"
+ },
+ p: {
+ fontFamily: "cursive",
}
};
@@ -104,9 +109,12 @@ export class Login extends Component {
-
- Log in to Twistter
+
+
+ Log in to Twistter
+
+