diff --git a/src/index.scss b/src/index.scss index 6d38b1d61..33bcd0c95 100644 --- a/src/index.scss +++ b/src/index.scss @@ -2,7 +2,7 @@ $blue: #465491; -/* +/* tablet & mobile have the column layout tablet has fixed widths and font sizes mobile has scaling widths and font sizes @@ -67,7 +67,7 @@ html, body, #root, #app, .full-height { width: 100%; padding: 12px 0px; - + font-size: 14px; font-weight: 300; text-align: center; @@ -88,7 +88,7 @@ html, body, #root, #app, .full-height { height: 150px; margin-left: 40px; } - + @include mobile { /*68 px is the current height of the nav bar will think of a better way to structure this later*/ @@ -105,13 +105,13 @@ html, body, #root, #app, .full-height { font-size: 15px; font-weight: 500; - + color: $blue; ul { list-style-type: none; float: right; - + margin: 0; padding: 0; @@ -122,7 +122,7 @@ html, body, #root, #app, .full-height { a { color: $blue; - + border-bottom-style: solid; border-color: transparentize($blue, 1); transition: border-color 0.2s; @@ -173,7 +173,7 @@ html, body, #root, #app, .full-height { max-width: 1100px; text-align: center; margin: auto; - + @include tablet { flex-direction: column; @@ -199,7 +199,7 @@ html, body, #root, #app, .full-height { } /* -note: development on a mac may not have all font-weights, +note: development on a mac may not have all font-weights, lines of text may be wider than they appear */ #hackathon-name { @@ -232,7 +232,7 @@ lines of text may be wider than they appear @include mobile { height: 4vw; - font-size: 3.2vw; + font-size: 3.2vw; } } @@ -241,8 +241,9 @@ lines of text may be wider than they appear width: 375px; margin: auto; - margin-top: 10px; - + margin-top: 20px; + margin-bottom: 20px; + border-style: solid; border-width: 1px; border-color: $blue; @@ -308,7 +309,7 @@ lines of text may be wider than they appear background-position: 5.25px; } } - + @include mobile { height: 9vw; width: 9vw; @@ -336,3 +337,10 @@ lines of text may be wider than they appear font-weight: 500; } } + +#contact { + + p { + margin: 0; + } +} \ No newline at end of file diff --git a/src/preregister.js b/src/preregister.js index df8091fde..e2f727c28 100644 --- a/src/preregister.js +++ b/src/preregister.js @@ -14,7 +14,7 @@ class PreRegister extends React.Component { return (
interested in sponsoring?
+email sponsorship@coderit.org
+ + +