From b9d544d13ecde38d91eb8e7cb1ccd419e1663563 Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Sun, 26 Jul 2015 18:42:26 -0700 Subject: [PATCH] hide job position on small screens --- common/app/routes/Jobs/components/Show.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/app/routes/Jobs/components/Show.jsx b/common/app/routes/Jobs/components/Show.jsx index 716341fa15..9e46c4ae07 100644 --- a/common/app/routes/Jobs/components/Show.jsx +++ b/common/app/routes/Jobs/components/Show.jsx @@ -38,7 +38,7 @@ export default contain(

{ company }

{ position }
@@ -54,6 +54,7 @@ export default contain( alt='200x200' src={ logo } style={ thumbnailStyle } /> + Position: { position } Location: { city }, { state }
Contact: { email || phone || 'N/A' }