Commit afdd96ec authored by Athanasios's avatar Athanasios
Browse files

Rearrange elements in card title

parent b2ff44ff
......@@ -26,6 +26,7 @@ html(lang="de")
}
.card-img-top {
height: 100%;
object-fit: contain;
position: absolute;
top: 0;
left: 0;
......@@ -66,8 +67,8 @@ html(lang="de")
div(class="card card-portrait" style="transform: rotate(0);")
div(class="title-container")
div(class="card-img-bg" style=`background-image: url(${item.logo});`)
h5(class="card-title-bottom-left") #{item.name}
img(class="card-img-top", src=item.logo)
h5(class="card-title-bottom-left") #{item.name}
div(class="card-body")
div(class="row")
each key in item.keywords
......
Markdown is supported
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