Skip to content

Commit

Permalink
edit site
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyun Woo Kim authored and Hyun Woo Kim committed Dec 5, 2024
1 parent 97deb42 commit 6454622
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h1 class="page-heading">{{ page.title }}</h1>
<!-- Profile Section -->
<div class="container is-max-desktop">
<h2>About Me</h2>
<div class="profile-block">
<div class="profile-block columns">
<!-- Profile Picture -->
<div class="profile-picture">
<img src="{{ './images/profile.jpeg' | relative_url }}" alt="Profile Picture" />
Expand Down
4 changes: 2 additions & 2 deletions _sass/minima/custom-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
.profile-block {
display: flex;
.profile-picture {
width: 200px !important;
height: 200px !important;
width: 200px;
height: 200px;
overflow: hidden;
}

Expand Down

0 comments on commit 6454622

Please sign in to comment.