Replace Input() with input.required in header and made map header full height
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
<ng-container>
|
||||
<app-header [current_page]="'home'" height="100vh"
|
||||
[background_image]="'/public/img/backgrounds/120spawn-min.png'">
|
||||
<app-header [current_page]="'home'"
|
||||
[height]="'100vh'"
|
||||
[background_image]="'/public/img/backgrounds/120spawn-min.png'"
|
||||
[overlay_gradient]="0"
|
||||
>
|
||||
<div class="title" header-content>
|
||||
<h1 style="display: none;">Altitude</h1>
|
||||
<img id="header-img" ngSrc="/public/img/logos/logo.png" alt="The Altitude Minecraft Server" height="319"
|
||||
|
||||
Reference in New Issue
Block a user