Skip to content

Commit

Permalink
Image resizing
Browse files Browse the repository at this point in the history
  • Loading branch information
IKosode committed Dec 27, 2023
1 parent c7ec057 commit 9422e49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
font: inherit;
vertical-align: baseline;
}
.image.fit img {


}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h2>Co-founder</h2>
<div>
<div class="box">
<div class="image fit">
<img src="unm-ajp-logo-5.png" alt="" width="400" height="500"></div>
<img src="unm-ajp-logo-5.png" alt="" width="100" height="500"></div>
<div class="content">
<header class="align-center"><p>Talks by Co-founders</p>
<h2>Link to Talks by Co-founders</h2>
Expand Down

0 comments on commit 9422e49

Please sign in to comment.