Enhance header and map components with new features
Refactor header background styling to use a method supporting optional gradient overlays. Update map component to include detailed server map links and adjust styling for better layout and clarity.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<ng-container>
|
||||
<header id="top" [ngStyle]="{ 'background-image': 'url(' + background_image + ')', 'height': height }">
|
||||
<header id="top"
|
||||
[ngStyle]="{ 'background-image': getBackgroundImage(), 'height': height }">
|
||||
<nav id="nav" [ngClass]="active">
|
||||
<div class="container">
|
||||
<div id="mobile_nav">
|
||||
|
||||
Reference in New Issue
Block a user