Skip to content
Snippets Groups Projects
Commit e21e5284 authored by David Ormsbee's avatar David Ormsbee
Browse files

Remove placeholder background image from courses and course about pages.

parent f2133536
No related branches found
Tags release-2021-02-03-12.16
No related merge requests found
......@@ -5,7 +5,7 @@
header.course-profile {
background: rgb(245,245,245);
@include background-image(url('/static/images/homepage_interns_placeholder_2025x550.jpg'));
@include background-image(url('/static/images/homepage-bg.jpg'));
background-size: cover;
@include box-shadow(0 1px 80px 0 rgba(0,0,0, 0.5));
border-bottom: 1px solid rgb(100,100,100);
......
......@@ -5,7 +5,7 @@
<%block name="title"><title>Courses</title></%block>
<section class="find-courses">
<header class="search" style="background: url('/static/images/homepage_interns_placeholder_2025x550.jpg')">
<header class="search" style="background: url('/static/images/homepage-bg.jpg')">
<div class="inner-wrapper main-search">
<hgroup>
<div class="logo">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment