Skip to content

Commit fabc38d

Browse files
committed
Merge pull request #65 from wizarddevelopment/fix-bakecycle
fix layout on bake cycle page
2 parents eed4b64 + 1533d06 commit fabc38d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

app/assets/stylesheets/_stories.scss

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
display: block;
55
width: 400px;
66
margin: 100px auto 40px;
7+
text-align: center;
78
}
89

910
h2 {

app/views/home/bakecycle.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<article id="bakecycle" class="casestudy">
1+
<article class="story">
22
<h1 class="logo">BakeCycle</h1>
33
<p>
44
Kate Wheatcroft and her husband and business partner Zach Golper moved to New York to open a bakery. Zach had spent the last 10 years training across the country and France in the art of bread making and it was time to open their own bakery. Zach wanted to show the world what the ancient art of bread making meant to him. And Kate felt she could build a better way to run a bakery.

app/views/home/winnower.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<article id="winnower" class="story">
1+
<article class="story">
22
<%= image_tag 'winnower_logo.png', class: 'logo' %>
33
<p>
44
Josh Nicholson was researching cancer at one of the more notable labs in Virginia and he was frustrated. Not at the difficulty with cancer, he knew that would be hard, but the difficulties with publishing. Difficulties that he thought just didnt make sense. Why should it take months to publish in a digital era and costs thousands of dollars and be done all in a completely closed way. Science publishing was broken in his view. Josh decided to do something about it.

0 commit comments

Comments
 (0)