Saved: 2017-11-08 07:13

Torey Heinz committed Nov 08, 2017
commit db0b9ceb5734654b8a8d4d6244c1b54416a4311b
Showing 4 changed files with 7 additions and 6 deletions
app/views/pages/index.liquid +3 -3
@@ @@ -10,12 +10,12 @@ is_layout: false
{% block 'main' %}
<div class="wide-layout">
<div class="row">
- <div class="medium-6 columns">
+ <div class="medium-8 columns">
<h2>Why Choice Castings?</h2>
<p>At Choice Castings, we are best in class at providing solutions for your casting needs. We work with many quality foundries giving us the opportunity to provide you the best choice for your casting requirements. With a firm understanding of your critical needs, Choice Castings can work on sourcing solutions, including, buying quality parts on time at the right price.</p>
</div>
- <div class="medium-6 columns">
- <img class="thumbnail" src="http://placehold.it/750x250">
+ <div class="medium-4 columns">
+ <img class="thumbnail" src="http://placehold.it/250x250">
</div>
</div>
<hr>
app/views/pages/need-expedited-service.liquid +1 -1
@@ @@ -2,7 +2,7 @@
title: Need Expedited Service?
slug: need-expedited-service
position: 100
- listed: true
+ listed: false
published: true
is_layout: false
editable_elements:
public/stylesheets/_settings.scss +1 -1
@@ @@ -66,7 +66,7 @@
// ---------
$global-font-size: 100%;
- $global-width: rem-calc(1200);
+ $global-width: rem-calc(800);
$global-lineheight: 1.5;
$foundation-palette: (
primary: #1779ba,
public/stylesheets/app.scss +2 -1
@@ @@ -58,10 +58,11 @@ html {
div.wrapper {
background: #fff;
+ padding-top: rem-calc(10);
}
body.index {
.row {
- max-width: rem-calc(1200);
+ // max-width: rem-calc(1200);
}
}