some changes to the landing page

This commit is contained in:
Zakary Timson 2019-08-24 22:03:05 -04:00
parent 05654fa1e4
commit 5c15195879
2 changed files with 5 additions and 8 deletions

View File

@ -3,11 +3,7 @@
<img src="assets/images/logo.png" width="200px" height="auto"> <img src="assets/images/logo.png" width="200px" height="auto">
</div> </div>
<div class="controls"> <div class="controls">
<div class="row">
<div class="col-12 col-md-6">
<button mat-flat-button class="w-100 text-white" style="background-color: #dd0330" (click)="new()"> <button mat-flat-button class="w-100 text-white" style="background-color: #dd0330" (click)="new()">
<mat-icon>add</mat-icon> New Map <mat-icon>add</mat-icon> New Map
</button> </button>
</div>
</div>
</div> </div>

View File

@ -8,8 +8,9 @@
.controls { .controls {
position: absolute; position: absolute;
bottom: 10%; bottom: 15%;
left: 50%; left: 50%;
width: 200px;
z-index: 500; z-index: 500;
transform: translateX(-50%); transform: translateX(-50%);
} }