This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 7a46b75d authored by Daniel Rainer's avatar Daniel Rainer
Browse files

Improve alignment of search results

parent e24fc527
2 merge requests!17Initial Merge to Prepare Release 1.0.0,!1Resolve "Metadaten konsolideren"
<div class="col-sm-3" *ngFor="let result of mockResults">
<div class="row">
<!-- cards -->
<div class="card" style="width: 410px; justify-content: center;">
<div class="card col-sm-6 col-md-4 col-lg-3" *ngFor="let result of mockResults">
<img class="card-img-top" src="{{result.imageURL}}" alt="result image" style="width: 100px; height: auto; margin-left: auto; margin-right: auto; padding-top: 15px; box-shadow: 3px;">
<div class="card-body">
<h5 class="card-title">{{result.title}}</h5>
......@@ -53,9 +53,8 @@
</div>
</div>
</div> <!-- card end-->
</div> <!-- col-sm-3 end -->
</div> <!-- card end--> <!-- col-sm-3 end -->
</div>
<!-- The Modal -->
<div *ngIf="selectedResult">
......
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
text-align: center;
justify-content: center;
float: left;
margin: 20px;
}
.card-title {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment