diff --git a/src/app/app.component.html b/src/app/app.component.html index bca2d0a..dc96dd0 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -3,7 +3,7 @@ - fLotte + fLotte Dantenbank diff --git a/src/app/app.component.scss b/src/app/app.component.scss index 5355149..8eccf92 100644 --- a/src/app/app.component.scss +++ b/src/app/app.component.scss @@ -7,9 +7,6 @@ #content { flex: 1; } - .mat-drawer-content { - //height: auto; - } #navbar { flex: none; #menu-trigger-button { diff --git a/src/styles.scss b/src/styles.scss index 9b0b709..592d569 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -31,6 +31,11 @@ h2:before { border-bottom: 2px solid #7fc600; } +.link { + cursor: pointer; + outline: none; +} + .mat-list-item-content { width: 100%; }