some changes to the landing page
This commit is contained in:
		@@ -3,11 +3,7 @@
 | 
			
		||||
    <img src="assets/images/logo.png" width="200px" height="auto">
 | 
			
		||||
</div>
 | 
			
		||||
<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()">
 | 
			
		||||
        <mat-icon>add</mat-icon> New Map
 | 
			
		||||
    </button>
 | 
			
		||||
</div>
 | 
			
		||||
    </div>
 | 
			
		||||
</div>
 | 
			
		||||
 
 | 
			
		||||
@@ -8,8 +8,9 @@
 | 
			
		||||
 | 
			
		||||
.controls {
 | 
			
		||||
  position: absolute;
 | 
			
		||||
  bottom: 10%;
 | 
			
		||||
  bottom: 15%;
 | 
			
		||||
  left: 50%;
 | 
			
		||||
  width: 200px;
 | 
			
		||||
  z-index: 500;
 | 
			
		||||
  transform: translateX(-50%);
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user