Skip to content

Commit 74a5492

Browse files
figure width
1 parent 99593ca commit 74a5492

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

_config.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Site settings
33
# -----------------------------------------------------------------------------
44

5-
title: blank # the website title (if blank, full name will be used instead)
5+
title: SXZ group # the website title (if blank, full name will be used instead)
66
first_name: SXZ
77
middle_name:
88
last_name: Group
@@ -168,10 +168,6 @@ disqus_shortname: al-folio # put your disqus shortname
168168
external_sources:
169169
- name: medium.com
170170
rss_url: https://medium.com/@al-folio/feed
171-
- name: Google Blog
172-
posts:
173-
- url: https://blog.google/technology/ai/google-gemini-update-flash-ai-assistant-io-2024/
174-
published_date: 2024-05-14
175171

176172
# -----------------------------------------------------------------------------
177173
# Newsletter

_members/shixinzhang.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ teaser: >
1616
<br />
1717
1818
profile:
19-
name: Shi-Xin Zhang
19+
name: Shi-Xin Zhang (张士欣)
2020
position: >
2121
Principal Investigator<br />
2222
Associate Professor<br />

_sass/_base.scss

+4-4
Original file line numberDiff line numberDiff line change
@@ -236,12 +236,12 @@ ul.task-list input[type="checkbox"] {
236236

237237
@media (min-width: 576px) {
238238
.profile.float-left {
239-
margin-right: 2rem;
240-
width: 30%;
239+
margin-right: 3rem;
240+
width: 25%;
241241
}
242242
.profile.float-right {
243-
margin-left: 2rem;
244-
width: 30%;
243+
margin-left: 3rem;
244+
width: 25%;
245245
}
246246
.profile.float-middle {
247247
width: 60%;

0 commit comments

Comments
 (0)