Skip to content

Commit c1a6920

Browse files
committedApr 7, 2020
Fixed button
1 parent 853c7b4 commit c1a6920

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
 

Diff for: ‎views/designer.ejs

+2-4
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,8 @@
8585
<!-- <div class="invalid-feedback">Example invalid custom file feedback</div> -->
8686
</div>
8787

88-
<div class="d-flex justify-content-between mt-3">
89-
<a class="col-3 btn btn-primary " href="/" role="button">Go Home</a>
90-
<input type="submit" value="Submit" class="col-3 btn btn-primary">
91-
</div>
88+
<input type="submit" value="Submit" class="btn btn-primary mt-3 float-right">
89+
<a class="btn btn-primary float-left mt-3" href="/" role="button">Go Home</a>
9290

9391
</form>
9492
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.