This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
app/submissions/submit-design-files Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1919 .form-block__text
2020 p Please follow the instructions on the Challenge Details page regarding what your submission, source, and preview files should contain.
2121
22- p Do not name any of your files "declaration.txt", as this is added by our system.
22+ p Do not name any of your files "declaration.txt," as this is added by our system.
2323
2424 p Please be sure to double-check that you have submitted the correct files and that your JPG files (if applicable) are in RGB color mode.
2525
Original file line number Diff line number Diff line change 3434
3535
3636@media only screen and (max-width : 1024px ) {
37- .bottom-footer , .fold-pusher {
37+ // removed fold-pusher from the rule to remove white space
38+ // .bottom-footer, .fold-pusher {
39+ .bottom-footer {
3840 height : 200px ;
3941 }
4042 .bottom-footer .menu-item {
8789}
8890
8991@media only screen and (min-width : 1025px ) {
90- .bottom-footer , .fold-pusher {
92+ // removed fold-pusher from the rule to remove white space
93+ // .bottom-footer, .fold-pusher {
94+ .bottom-footer {
9195 height : 270px ;
9296 }
9397 .bottom-footer {
You can’t perform that action at this time.
0 commit comments