Skip to content

Commit aa9235f

Browse files
authored
Merge branch 'develop' into centering
2 parents fff778e + 4f2d960 commit aa9235f

3 files changed

Lines changed: 7 additions & 9 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# brickhack.io
22

3-
[![Build Status](https://travis-ci.org/codeRIT/brickhack.io.svg?branch=develop)](https://travis-ci.org/codeRIT/brickhack.io)
3+
[![Build Status](https://travis-ci.com/codeRIT/brickhack.io.svg?branch=develop)](https://travis-ci.com/codeRIT/brickhack.io)
44

55
The public facing website for BrickHack.
66

src/index.scss

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -248,11 +248,8 @@ lines of text may be wider than they appear
248248
.mailchimp-container {
249249
height: 50px;
250250
width: 450px;
251-
margin: auto;
252-
253-
margin-top: 10px;
254-
margin-bottom: 10px;
255-
251+
margin: 20px auto;
252+
256253
border-style: solid;
257254
border-width: 1px;
258255
border-color: $blue;
@@ -261,7 +258,8 @@ lines of text may be wider than they appear
261258
@include mobile {
262259
width: 80vw;
263260

264-
margin-top: 1vh;
261+
// On mobile, only enforce top margin
262+
margin: 1vh auto auto auto;
265263

266264
height: 12vw;
267265
border-radius: 6vw;

src/preregister.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ class PreRegister extends React.Component {
3333
</div>
3434
<img className="hero-img desktop-hide" src={heroImage} alt={heroImageAlt}/>
3535
<MailchimpInput/>
36-
37-
<div id="contact">
36+
37+
<div id="contact" className="mobile-hide">
3838
<p>interested in sponsoring?</p>
3939
<p>email <a href="mailto:sponsorship@coderit.org">sponsorship@coderit.org</a></p>
4040
</div>

0 commit comments

Comments
 (0)