1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 19:06:40 +02:00
This commit is contained in:
Mark Otto
2019-07-09 14:30:07 -05:00
committed by GitHub
parent c7a847b6a1
commit 9badcf6c41

View File

@@ -419,7 +419,7 @@ At times, you maybe need to use margin or padding utilities to create that perfe
</div> </div>
</div> </div>
<div class="form-group row"> <div class="form-group row">
<div class="col-sm-10"> <div class="col-sm-10 offset-sm-2">
<button type="submit" class="btn btn-primary">Sign in</button> <button type="submit" class="btn btn-primary">Sign in</button>
</div> </div>
</div> </div>