Skip to content

Commit

Permalink
Fixed minor text styling on mobile.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaburke91 committed Sep 7, 2017
1 parent 6c67e9d commit 925cec6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/js/app.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/app.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react/PhotoGalleryMobile/PhotoGalleryMobile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class PhotoGalleryMobile extends React.Component {
return (
<div className="gallery-mobile__item" key={i}>
<img className="gallery-mobile__img" src={photo.imageUrl} />
<span className="primary-font header-fuzzy-text--dark">{photo.title}</span>
<span className="primary-font header-fuzzy-text header-fuzzy-text--dark">{photo.title}</span>
</div>
)
}
Expand Down

0 comments on commit 925cec6

Please sign in to comment.