diff --git a/css/marketing.css b/css/marketing.css index 1c05d53bdd..9a32c0a260 100644 --- a/css/marketing.css +++ b/css/marketing.css @@ -253,10 +253,15 @@ section.index-content section { section.index-content section ul { margin: 0; } section.index-content section.about { - width: 65.829%; - margin-right: 1.256%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + -ms-box-sizing: border-box; + -o-box-sizing: border-box; + box-sizing: border-box; border-right: 1px solid #e5e5e5; - padding-right: 1.256%; } + margin-right: 2.513%; + padding-right: 1.256%; + width: 65.829%; } section.index-content section.about section { margin-bottom: 25.888px; } section.index-content section.about section p { @@ -339,10 +344,15 @@ section.index-content section { section.index-content section.course h2 { background: url("/static/images/marketing/circuits-medium-bg.jpg") 0 0 no-repeat; } } section.index-content section.about-course { - width: 65.829%; - margin-right: 1.256%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + -ms-box-sizing: border-box; + -o-box-sizing: border-box; + box-sizing: border-box; border-right: 1px solid #e5e5e5; - padding-right: 1.256%; } + margin-right: 2.513%; + padding-right: 1.256%; + width: 65.829%; } section.index-content section.about-course section { width: 48.092%; } section.index-content section.about-course section.about-info { diff --git a/images/marketing/shot-2-large.jpg b/images/marketing/shot-2-large.jpg new file mode 100644 index 0000000000..592c327ec2 Binary files /dev/null and b/images/marketing/shot-2-large.jpg differ diff --git a/images/marketing/shot-3-large.jpg b/images/marketing/shot-3-large.jpg new file mode 100644 index 0000000000..34e5134d9d Binary files /dev/null and b/images/marketing/shot-3-large.jpg differ diff --git a/images/marketing/shot-4-large.jpg b/images/marketing/shot-4-large.jpg new file mode 100644 index 0000000000..af9550c702 Binary files /dev/null and b/images/marketing/shot-4-large.jpg differ