Skip to content

Commit

Permalink
fixing tud logo
Browse files Browse the repository at this point in the history
  • Loading branch information
tanneberger committed Aug 8, 2024
1 parent f1abcd7 commit d175e82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/pages/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h1 i18n>Sponsors & Supporters</h1>
<app-card [inverseShadow]="true" backgroundImage="./assets/images/sponsors/netd-bg.webp"
link="https://tu-dresden.de/ing/informatik/sya/netd/?set_language=en">
<div class="sponsor-icon netd">
<img alt="NETD-TUD Logo" src="./assets/images/netd.webp">
<img class="netd" alt="NETD-TUD Logo" src="./assets/images/netd.webp">
<app-icon-tud class="tud"></app-icon-tud>
</div>
</app-card>
Expand Down
6 changes: 3 additions & 3 deletions src/app/pages/home/home.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@

&.netd {
display: flex;
gap: 1rem;
gap: 0.25rem;

img {
max-height: 100%;
max-height: 70%;
}

.tud {
flex-grow: 1;
max-height: 100%;
//max-height: 100%;
}
}
}
Expand Down

0 comments on commit d175e82

Please sign in to comment.