Skip to content

Commit

Permalink
fix: header pictures
Browse files Browse the repository at this point in the history
  • Loading branch information
dvgamerr committed Jan 24, 2024
1 parent dd3c3e2 commit a7a5be6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Section1Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ const birthday = dayjs(experience.birthday)
<section class="header">
<div class="container">
<div class="row">
<div class="col-lg-9 col-md-11 col-sm-36 d-none-md">
<div class="profile-img d-flex justify-content-end">
<div class="col-lg-9 col-md-11 col-sm-36">
<div class="profile-img d-flex justify-content-end d-md-block d-sm-none">
<Image src={photo} width={255} height={310} loading="lazy" alt="" />
</div>
</div>
Expand Down

0 comments on commit a7a5be6

Please sign in to comment.