Skip to content

Commit

Permalink
is this... mobile friendly?
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-lynn committed Jun 8, 2018
1 parent 37ed8f9 commit cffa6aa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h1 class="display-4">github-cards</h1>
<p class="lead">Generate your personalized Github profile card below!</p>
<hr class="my-4">
<div class="row">
<div class="col-md-4">
<div class="col-sm-12 col-lg-4">
<form id="github-profile-form">
<div class="form-group">
<label for="github-username">GitHub Username</label>
Expand All @@ -103,10 +103,10 @@ <h1 class="display-4">github-cards</h1>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
</div>
<div class="col-md-2">
<div class="col-sm-0 col-lg-2 pt-5">

</div>
<div class="col-md-6">
<div class="col-sm-12 col-lg-6">
<div class="card shadow-sm bg-white rounded">
<div class="card-body">
<div class="row">
Expand All @@ -125,7 +125,7 @@ <h1 class="display-4">github-cards</h1>

</div>
<div class="col-md-4">
<button class="follow-button">Follow on Github</button>
<button class="follow-button" >Follow on Github</button>
</div>
</div>
<div class="row mt-3">
Expand All @@ -148,7 +148,7 @@ <h1 class="display-4">github-cards</h1>
</div>
</div>
</div>
<div class="row">
<div class="row pt-2">
<div class="col-md-6">
<label for="exampleTextarea">Get your embed code:</label>
<textarea class="form-control" id="exampleTextarea" rows="3"></textarea>
Expand Down

0 comments on commit cffa6aa

Please sign in to comment.