Newer
Older
Website / src / app / footer / footer.component.scss
@lukas lukas on 27 Mar 2022 426 bytes add home page content
@use '~@angular/material' as mat;
@include mat.core();
footer {
    width: 100%;
}

.container {
    width: auto;
    padding-left: 5em;
    padding-right: 5em;
    text-align: center;
}

address {
    width: auto;
}

table {
    width: 100%;
}

.tableLeft {
    width: 50%;
    text-align: right;
    font-weight: bolder;
    padding-right: 2ch;
}

.tableRight {
    width: 50%;
    text-align: left;
    padding-left: 2ch;
}