Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopernpruner committed Aug 17, 2023
1 parent 7e2d275 commit 8220304
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _data/dissemination.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
- name: Event
url: https://oauth.secworkshop.events/osw2022

- id: OSW2022_Claims
- id: Identiverse2022_Claims
title: "Top OAuth/OpenID Connect Mistakes Found in Production Mobile Apps"
participants:
- JosephHeenan
Expand Down
2 changes: 1 addition & 1 deletion _layouts/person.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h1>Dissemination</h1>
{% for startDate in disseminationByStartDate %}
{% assign startDateYear = startDate.name | date: "%Y" %}
{% if consideredYear != startDateYear %}
<h4>{{ startDateYear }}</small></h4>
<h4>{{ startDateYear }}</h4>
{% endif %}
{% include list-dissemination.html source=startDate.items sort="title" style="list" %}
{% assign consideredYear = startDateYear %}
Expand Down
3 changes: 2 additions & 1 deletion assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
font-size: 1rem;
}

.card.person {
.card.person,
.card.project {
padding-top: 1.3em;
}

Expand Down

0 comments on commit 8220304

Please sign in to comment.