Skip to content

Commit

Permalink
Made the title takes center on mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
Arsalan-Sadri committed Mar 5, 2019
1 parent e19c993 commit 618488f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class App extends Component {

<div className="jumbotron pb-0">
<div className="row">
<div className="col-md text-left">
<div className="col-md text-center text-sm-left">
<h1>Memory Game</h1>
</div>
<div className="col-md warning-col">
Expand Down

0 comments on commit 618488f

Please sign in to comment.