22
33$blue : #465491 ;
44
5- /*
5+ /*
66tablet & mobile have the column layout
77tablet has fixed widths and font sizes
88mobile has scaling widths and font sizes
@@ -67,7 +67,7 @@ html, body, #root, #app, .full-height {
6767 width : 100% ;
6868
6969 padding : 12px 0px ;
70-
70+
7171 font-size : 14px ;
7272 font-weight : 300 ;
7373 text-align : center ;
@@ -88,7 +88,7 @@ html, body, #root, #app, .full-height {
8888 height : 150px ;
8989 margin-left : 40px ;
9090 }
91-
91+
9292 @include mobile {
9393 /* 68 px is the current height of the nav bar
9494 will think of a better way to structure this later*/
@@ -105,13 +105,13 @@ html, body, #root, #app, .full-height {
105105
106106 font-size : 15px ;
107107 font-weight : 500 ;
108-
108+
109109 color : $blue ;
110110
111111 ul {
112112 list-style-type : none ;
113113 float : right ;
114-
114+
115115 margin : 0 ;
116116 padding : 0 ;
117117
@@ -122,7 +122,7 @@ html, body, #root, #app, .full-height {
122122
123123 a {
124124 color : $blue ;
125-
125+
126126 border-bottom-style : solid ;
127127 border-color : transparentize ($blue , 1 );
128128 transition : border-color 0.2s ;
@@ -173,7 +173,7 @@ html, body, #root, #app, .full-height {
173173 max-width : 1100px ;
174174 text-align : center ;
175175 margin : auto ;
176-
176+
177177
178178 @include tablet {
179179 flex-direction : column ;
@@ -199,7 +199,7 @@ html, body, #root, #app, .full-height {
199199}
200200
201201/*
202- note: development on a mac may not have all font-weights,
202+ note: development on a mac may not have all font-weights,
203203lines of text may be wider than they appear
204204*/
205205#hackathon-name {
@@ -232,7 +232,7 @@ lines of text may be wider than they appear
232232
233233 @include mobile {
234234 height : 4vw ;
235- font-size : 3.2vw ;
235+ font-size : 3.2vw ;
236236 }
237237}
238238
@@ -241,8 +241,9 @@ lines of text may be wider than they appear
241241 width : 375px ;
242242 margin : auto ;
243243
244- margin-top : 10px ;
245-
244+ margin-top : 20px ;
245+ margin-bottom : 20px ;
246+
246247 border-style : solid ;
247248 border-width : 1px ;
248249 border-color : $blue ;
@@ -308,7 +309,7 @@ lines of text may be wider than they appear
308309 background-position : 5.25px ;
309310 }
310311 }
311-
312+
312313 @include mobile {
313314 height : 9vw ;
314315 width : 9vw ;
@@ -336,3 +337,10 @@ lines of text may be wider than they appear
336337 font-weight : 500 ;
337338 }
338339}
340+
341+ #contact {
342+
343+ p {
344+ margin : 0 ;
345+ }
346+ }
0 commit comments