WIP
This commit is contained in:
@ -36,7 +36,7 @@
|
||||
</div>
|
||||
<div class="py-2 text-center">
|
||||
<p class="copyright m-0">
|
||||
Copyright © Legio XXX 2022 | All Rights Reserved<br>
|
||||
Copyright © Legio XXX 2023 | All Rights Reserved<br>
|
||||
Created by <a href="https://zakscode.com" target="_blank">Zak Timson</a>
|
||||
</p>
|
||||
</div>
|
||||
|
@ -1,3 +1,7 @@
|
||||
a, a:visited {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
|
@ -1,7 +1,7 @@
|
||||
<mat-toolbar class="d-print-none">
|
||||
<mat-toolbar-row>
|
||||
<div>
|
||||
<a class="navbar-brand d-flex align-items-center" routerLink="/" fragment="banner" (click)="scroll('banner')">
|
||||
<a class="navbar-brand d-flex align-items-center" routerLink="/" fragment="banner" (click)="scroll('banner')" style="text-decoration: none">
|
||||
<img src="assets/img/eagle.png" alt="SPQR" height="45px" width="45px">
|
||||
<xxx-logo class="px-2" [expand]="true"></xxx-logo>
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user