Skip to content

Commit

Permalink
#15 - Forcing all of the images in a row to the same size.
Browse files Browse the repository at this point in the history
  • Loading branch information
admwx7 committed Jan 18, 2014
1 parent 179a2e5 commit b26828d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HTML/CSS/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -2052,7 +2052,7 @@ a {
/* line 21, ../../SASS/_page.scss */
.bio {
text-align: center;
padding: 0;
padding: 5px;
margin: 0;
color: black;
}
Expand Down
Binary file modified HTML/IMG/Austin_Murdock.jpg
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 HTML/IMG/Nathan_Bernard.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions HTML/team.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

<div id="content">
<div class="row">
<!--Any image will work as long as the height is >325px and it's a 1:<=1 aspect ratio.-->
<div class="bio large-4 columns">
<img src="/IMG/Nathan_Bernard.jpg" alt="Nathan Bernard" />
<article class="bio-text">
Expand Down
2 changes: 1 addition & 1 deletion SASS/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ a {

.bio {
text-align: center;
padding: 0;
padding: 5px;
margin: 0;
color: $black;
}
Expand Down

0 comments on commit b26828d

Please sign in to comment.