Skip to content

Commit

Permalink
updated research card styles and kanghoon's photo
Browse files Browse the repository at this point in the history
  • Loading branch information
jyao97 committed Aug 12, 2024
1 parent 9d4a66d commit 98c01df
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _includes/card_research.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</a>
</div>

<div class="card-description" style="margin-top: 0px;">
<div class="card-description" style="margin: 0px;">
{% if include.description %}
<p>
{{ include.description | markdownify | remove: "<p>" | remove: "</p>" }}
Expand Down
2 changes: 1 addition & 1 deletion _members/kanghoon_lee.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Kanghoon Lee
image: people_photos/default.png
image: people_photos/kanghoonlee.jpg
role: visiting
affiliation: KAIST
order: 901
Expand Down
10 changes: 7 additions & 3 deletions _styles/card_research.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,19 @@
justify-content: flex-start;
align-items: center;
flex-direction: column;
gap: 20px;
gap: 0px;
max-width: 100%;
padding: 20px;
padding: 0px;
}

.card-description {
margin-top: -10px !important;
display: inline-flex;
justify-content: flex-start;
align-items: center;
flex-direction: column;
gap: 0px;
max-width: 96%;
max-width: 92%;
padding: 0px;
}

Expand All @@ -55,6 +56,9 @@
font-family: var(--heading);
font-size: var(--large);
font-weight: var(--semi-bold);
gap: 20px;
max-width: 100%;
padding: 20px;
}

.card-subtitle {
Expand Down
Binary file added people_photos/kanghoonlee.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 98c01df

Please sign in to comment.