Skip to content

Commit

Permalink
update img
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuzina committed Oct 5, 2023
1 parent 2e4ebfd commit c773287
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/modules/splash/greeting/greeting.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="greeting-row">
<img
class="my-picture"
src="../../../../assets/images/me.jpeg"
src="../../../../assets/images/me.png"
alt="Julie Muzina"
/>
<div class="greeting-text">
Expand Down
2 changes: 1 addition & 1 deletion src/app/modules/splash/greeting/greeting.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
img.my-picture {
max-height: 400px;
width: auto;
border-radius: 2rem;
border-radius: 13rem;

@media screen and (max-width: 450px) {
max-height: none;
Expand Down
Binary file removed src/assets/images/me.jpeg
Binary file not shown.
Binary file added src/assets/images/me.png
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 c773287

Please sign in to comment.