Skip to content
Snippets Groups Projects
Commit 46c88403 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Fix footer content being left aligned with Chromium

parent 4ea3163c
No related branches found
No related tags found
No related merge requests found
......@@ -487,7 +487,7 @@ export class AppShell extends ScopedElementsMixin(LitElement) {
footer {
display: flex;
justify-content: end;
justify-content: flex-end;
flex-wrap: wrap;
}
......@@ -735,7 +735,6 @@ export class AppShell extends ScopedElementsMixin(LitElement) {
</main>
<footer>
<div></div>
<a target="_blank" rel="noopener" class="int-link-external" href="https://datenschutz.tugraz.at/erklaerung/">${i18n.t('privacy-policy')}</a>
<a target="_blank" rel="noopener" class="int-link-external" href="${imprintUrl}">${i18n.t('imprint')}</a>
<vpu-build-info class="${prodClassMap}"></vpu-build-info>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment