Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Maják
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Maják
Commits
68457cea
Commit
68457cea
authored
2 years ago
by
xaralis
Committed by
jan.bednarik
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix(district): person image with uneven aspect ratio
parent
c3c01b02
No related branches found
No related tags found
2 merge requests
!496
Release
,
!491
feat(district): rework election page tree from scratch, update to latest styleguide 2.10.0, load styleguide from CDN and more
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
district/templates/district/district_person_page.html
+1
-1
1 addition, 1 deletion
district/templates/district/district_person_page.html
with
1 addition
and
1 deletion
district/templates/district/district_person_page.html
+
1
−
1
View file @
68457cea
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
<div
class=
"card__body p-4 lg:p-8"
>
<div
class=
"card__body p-4 lg:p-8"
>
<div
class=
"text-center mb-8"
>
<div
class=
"text-center mb-8"
>
<div
class=
"avatar avatar--2xl lg:avatar--3xl avatar--bordered candidate-detail__avatar"
>
<div
class=
"avatar avatar--2xl lg:avatar--3xl avatar--bordered candidate-detail__avatar"
>
{% image page.profile_photo
max-208x208
as profile_img %}
{% image page.profile_photo
fill-416x416
as profile_img %}
<img
src=
"{{ profile_img.url }}"
alt=
"Avatar"
>
<img
src=
"{{ profile_img.url }}"
alt=
"Avatar"
>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment