Skip to content

Commit

Permalink
modify speacker img
Browse files Browse the repository at this point in the history
  • Loading branch information
allycat committed Nov 20, 2023
1 parent 7252d67 commit 4cf49e3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/speakers.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1 class="display-5">{{ title }}</h1>
<div class="card mb-3">
<div class="row g-0">
<div class="col-md-3 pl-3 align-self-center text-center">
<img class="rounded-circle" style="width: 45%;" src="/assets/images/{{ speaker.img }}">
<img class="rounded-circle" style="width: 70%;" src="/assets/images/{{ speaker.img }}">
</div>
<div class="col-md-8 p-3">
<h3 class="card-title">{{ speaker.name }}</h3>
Expand Down
4 changes: 3 additions & 1 deletion _sass/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@
//background-position: right;
background-size: 1350px;
}

.row {
padding: 15px;
}
Binary file modified assets/images/citi-logo.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/iis-logo.png
100755 → 100644
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 4cf49e3

Please sign in to comment.