Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
Project Page
Commits
afdd96ec
Commit
afdd96ec
authored
3 years ago
by
Athanasios
Browse files
Options
Download
Email Patches
Plain Diff
Rearrange elements in card title
parent
b2ff44ff
master
devel
testing
4 merge requests
!86
ignore ts built folder
,
!85
deployment
,
!84
prepare deployment
,
!75
Rearrange elements in card title
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
views/DE/project/projectList.pug
+2
-1
views/DE/project/projectList.pug
with
2 additions
and
1 deletion
+2
-1
views/DE/project/projectList.pug
+
2
-
1
View file @
afdd96ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets