diff --git a/app/assets/stylesheets/stylesheet.css.erb b/app/assets/stylesheets/stylesheet.css.erb index cab6de672..a6dd2950d 100644 --- a/app/assets/stylesheets/stylesheet.css.erb +++ b/app/assets/stylesheets/stylesheet.css.erb @@ -1532,7 +1532,11 @@ a.social-btn:hover { opacity: 0.6; color: #fff; } .be-large-post { border: 1px solid #edeff2; border-radius: 2px; padding-bottom: 50px; margin-bottom: 50px; padding-top: 80px; } /*mobile view edit profile boundary*/ -@media screen and (min-width:350px) and (max-width:560px) {.be-large-post} +@media (min-width:350px) and (max-width:560px) { + .be-large-post { + /* Add your styles here */ + } +} .be-largepost-iframe { margin-bottom: 50px !important; padding-left: 0; } @@ -4131,7 +4135,7 @@ button #Model { } /*Mobile View of pictures in each project*/ -@media screen and (max-width:560px) +@media screen and (max-width:560px) { .col-md-3 { padding: 20px; padding-bottom: 120px; diff --git a/app/views/job_search/jobshow.html.erb b/app/views/job_search/jobshow.html.erb index 155fa8942..307b5a837 100644 --- a/app/views/job_search/jobshow.html.erb +++ b/app/views/job_search/jobshow.html.erb @@ -26,89 +26,7 @@ -
- -
-
- - `` -
- - -
- - - -
-
- - <% if flash[:success_post_job] %> -
-
- × - <%= flash[:success_post_job]%> -
-
- <% elsif flash[:error_post_job] %> -
-
- × - <%= flash[:error_post_job]%> -
-
- <% end %> - - - -
+ <%= render 'shared/header' %> diff --git a/app/views/shared/_header.html.erb b/app/views/shared/_header.html.erb index fe53b0136..5282bd680 100644 --- a/app/views/shared/_header.html.erb +++ b/app/views/shared/_header.html.erb @@ -1,13 +1,13 @@