Skip to content

Commit

Permalink
Photo Grid
Browse files Browse the repository at this point in the history
Adjust CSS from minified layout
  • Loading branch information
martkyle committed Aug 12, 2018
1 parent dbb2633 commit a5d3f19
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions photoGrid.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
img { float: left; margin: 1.66%; width: 30%; }
img {
float: left;
margin: 1.66%;
width: 30%;
}

p { border-bottom: 2px solid #f1f1f1; font-family: 'Raleway', sans-serif; font-size: 23px; font-weight: 800; margin-left: 1.66%; padding: 0 0 20px 0; text-transform: uppercase; width: 30% }
p {
border-bottom: 2px solid #f1f1f1;
font-family: 'Raleway', sans-serif;
font-size: 23px;
font-weight: 800;
margin-left: 1.66%;
padding: 0 0 20px 0;
text-transform: uppercase;
width: 30%
}

0 comments on commit a5d3f19

Please sign in to comment.