@@ -123,7 +123,7 @@ nav {
123123 justify-content : space-between ;
124124 font-size : $nav-fontsize ;
125125 height : $nav-height ;
126- position : absolute ;
126+ position : fixed ;
127127 top : 0 ;
128128 left : 0 ;
129129 right : 0 ;
@@ -355,7 +355,6 @@ nav {
355355 .slick-arrow {
356356 width : 60px ;
357357 height : 60px ;
358-
359358 background-color : $blue ;
360359 border : 2px solid #A3A9CA ;
361360 box-sizing : border-box ;
@@ -715,7 +714,7 @@ footer {
715714}
716715
717716
718- // Meida queries for mobile
717+ // Media queries for mobile
719718
720719
721720@media screen and (max-width : 1630px ) {
@@ -776,11 +775,13 @@ footer {
776775 .front-clip {
777776 margin-left : ($slide-size / 2 ) - ($front-width / 2 );
778777 }
778+
779779 .back-clip {
780780 $back-width : 10px ;
781781 width : $back-width ;
782782 margin-left : ($slide-size / 2 ) - ($front-width / 2 ) - $back-width ;
783783 }
784+
784785 img {
785786 width : $slide-size ;
786787 height : $slide-size ;
@@ -790,9 +791,11 @@ footer {
790791
791792 #hackathon-content {
792793 flex-direction : column ;
794+
793795 #hackathon-text {
794796 width : 100% ;
795797 }
798+
796799 #mlh {
797800 margin-top : 40px ;
798801 }
@@ -859,6 +862,7 @@ footer {
859862
860863 nav {
861864 height : $nav-height ;
865+ position : absolute ;
862866
863867 #logo img {
864868 width : $nav-height ;
@@ -911,6 +915,7 @@ footer {
911915 .slick-list {
912916 margin-top : 0 ;
913917 }
918+
914919 .slick-slide {
915920 $front-width : 25px ;
916921 $back-width : 10px ;
@@ -969,6 +974,7 @@ footer {
969974 font-size : 5em ;
970975 text-align : center ;
971976 }
977+
972978 .name {
973979 font-size : 1.5em ;
974980 }
@@ -980,6 +986,7 @@ footer {
980986
981987 .event {
982988 padding : 5px ;
989+
983990 .title {
984991 font-size : 1em ;
985992 }
@@ -1007,11 +1014,11 @@ footer {
10071014 padding : 10px 20px ;
10081015 font-size : 1em ;
10091016 }
1017+
10101018 .panel {
10111019 padding : 20px ;
10121020 margin-left : 30px ;
1013- // TODO: Why does padding: 10px not look good?
1014- padding-bottom : 10px ;
1021+ padding-bottom : 10px ; // TODO: Why does padding: 10px not look good?
10151022
10161023 p {
10171024 margin-bottom : 0 ;
@@ -1058,7 +1065,7 @@ footer {
10581065 }
10591066
10601067 #register {
1061- @include button ;
1068+ @include button ;
10621069 padding : 10px 40px ;
10631070 font-size : 1.2em ;
10641071 }
@@ -1077,17 +1084,19 @@ footer {
10771084 i {
10781085 font-size : 1.5em ;
10791086 }
1087+
10801088 p {
10811089 font-size : 1em ;
10821090 }
10831091 }
10841092 }
10851093
10861094 #faq #faq-wrapper {
1087- // Only center the
1095+ // Only center the "contact" string in the FAQ
10881096 a {
10891097 white-space : nowrap ;
10901098 }
1099+
10911100 #contact {
10921101 text-align : center ;
10931102 }
0 commit comments