Skip to content

Commit

Permalink
Minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
AGrigis committed Dec 16, 2024
1 parent d03ecd8 commit 2a9043c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _sass/main_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
}

.pos_header {
margin-left: 2rem;
margin-left: 0em;
}

.people {
Expand Down
2 changes: 1 addition & 1 deletion members.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ permalink: /people/
<div class="content list people">
{% for profile in listpeople %}
<div class="list-item-people {{profile.cat|replace: ' ', '-'}} {{profile.subcat|replace: ' ', '-'}}">
<p style="text-align: left; padding-left: 5em; margin: 0;">
<p style="text-align: left; padding-left: 1em; margin: 0;">
&#x2022;
{% if profile.site %}
<a class="name" href="{{profile.site}}" target="_blank">
Expand Down
2 changes: 1 addition & 1 deletion opportunities.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ For a spontaneous application do not hesitate to <a href="mailto:{{site.email}}"
<div class="content list">
{% for job in listjobs %}
<div class="{{job.cat|replace: ' ', '-'}} {{job.subcat|replace: ' ', '-'}}">
<p style="text-align: left; padding-left: 5em; margin: 0;">
<p style="text-align: left; padding-left: 1em; margin: 0;">
&#x2022; {{job.title}} - {{job.profile}}
{% if job.ext_url %}
<a href="{{job.ext_url}}" class="icon fa-cloud-download" target="_blank"><span class="label">Job</span></a>
Expand Down

0 comments on commit 2a9043c

Please sign in to comment.