diff --git a/kiohub-client/src/app/search-result-single-project/search-result-single-project.component.css b/kiohub-client/src/app/search-result-single-project/search-result-single-project.component.css index 8ef1de0..608d42e 100644 --- a/kiohub-client/src/app/search-result-single-project/search-result-single-project.component.css +++ b/kiohub-client/src/app/search-result-single-project/search-result-single-project.component.css @@ -1,6 +1,5 @@ .project_image { max-width: 8vw; - max-height: 15vh; float: left; margin-right: 1vw; } @@ -54,4 +53,12 @@ h3 { #publication-state { font-style: italic; color: var(--color-gray); +} + +.img-wrapper { + width: 8vw; + display: block; + max-height: 15vw; + float: left; + margin-right: 1vw; } \ No newline at end of file diff --git a/kiohub-client/src/app/search-result-single-project/search-result-single-project.component.html b/kiohub-client/src/app/search-result-single-project/search-result-single-project.component.html index 5c61a38..c8d76c3 100644 --- a/kiohub-client/src/app/search-result-single-project/search-result-single-project.component.html +++ b/kiohub-client/src/app/search-result-single-project/search-result-single-project.component.html @@ -4,7 +4,9 @@ class="options" [projectId]="project.id">
- +
+ +