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">
 | 
					    <img src="assets/images/logo.png" width="200px" height="auto">
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
<div class="controls">
 | 
					<div class="controls">
 | 
				
			||||||
    <div class="row">
 | 
					    <button mat-flat-button class="w-100 text-white" style="background-color: #dd0330" (click)="new()">
 | 
				
			||||||
        <div class="col-12 col-md-6">
 | 
					        <mat-icon>add</mat-icon> New Map
 | 
				
			||||||
            <button mat-flat-button class="w-100 text-white" style="background-color: #dd0330" (click)="new()">
 | 
					    </button>
 | 
				
			||||||
                <mat-icon>add</mat-icon> New Map
 | 
					 | 
				
			||||||
            </button>
 | 
					 | 
				
			||||||
        </div>
 | 
					 | 
				
			||||||
    </div>
 | 
					 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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%);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user