File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
55The public facing website for BrickHack.
66
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments