Skip to content

Commit 98c01df

Browse files
committed
updated research card styles and kanghoon's photo
1 parent 9d4a66d commit 98c01df

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

_includes/card_research.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</a>
4040
</div>
4141

42-
<div class="card-description" style="margin-top: 0px;">
42+
<div class="card-description" style="margin: 0px;">
4343
{% if include.description %}
4444
<p>
4545
{{ include.description | markdownify | remove: "<p>" | remove: "</p>" }}

_members/kanghoon_lee.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Kanghoon Lee
3-
image: people_photos/default.png
3+
image: people_photos/kanghoonlee.jpg
44
role: visiting
55
affiliation: KAIST
66
order: 901

_styles/card_research.scss

+7-3
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,19 @@
3232
justify-content: flex-start;
3333
align-items: center;
3434
flex-direction: column;
35-
gap: 20px;
35+
gap: 0px;
3636
max-width: 100%;
37-
padding: 20px;
37+
padding: 0px;
3838
}
3939

4040
.card-description {
41+
margin-top: -10px !important;
4142
display: inline-flex;
4243
justify-content: flex-start;
4344
align-items: center;
4445
flex-direction: column;
4546
gap: 0px;
46-
max-width: 96%;
47+
max-width: 92%;
4748
padding: 0px;
4849
}
4950

@@ -55,6 +56,9 @@
5556
font-family: var(--heading);
5657
font-size: var(--large);
5758
font-weight: var(--semi-bold);
59+
gap: 20px;
60+
max-width: 100%;
61+
padding: 20px;
5862
}
5963

6064
.card-subtitle {

people_photos/kanghoonlee.jpg

103 KB
Loading

0 commit comments

Comments
 (0)