Umbau: header & businessListing

This commit is contained in:
2024-07-03 18:51:01 +02:00
parent 958f0afd9b
commit 1ccd1d174c
19 changed files with 246 additions and 304 deletions

View File

@@ -25,7 +25,8 @@
</div>
</div>
</div> -->
<footer class="bg-white py-6 px-4 md:px-6 mt-auto">
<footer class="bg-white px-4 py-2 md:px-6 mt-auto w-full">
<div class="container mx-auto flex flex-col lg:flex-row justify-between items-center">
<div class="flex flex-col lg:flex-row items-center mb-4 lg:mb-0">
<img src="assets/images/header-logo.png" alt="BizMatch Logo" class="h-8 mb-2 lg:mb-0 lg:mr-4" />

View File

@@ -1,5 +1,7 @@
:host {
height: 192px;
// position: absolute;
// bottom: 0px;
width: 100%;
}
div {
font-size: small;
@@ -12,7 +14,7 @@ div {
order: 3;
}
}
p {
section p {
display: block;
margin-block-start: 1em;
margin-block-end: 1em;

View File

@@ -16,13 +16,4 @@ export class FooterComponent {
ngOnInit() {
initFlowbite();
}
// constructor(public keycloakService: KeycloakService) {}
// login() {
// this.keycloakService.login({
// redirectUri: window.location.href,
// });
// }
// register() {
// this.keycloakService.register({ redirectUri: `${window.location.origin}/account` });
// }
}