This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree 2 files changed +7
-3
lines changed
app/submissions/submit-design-files
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 19
19
.form-block__text
20
20
p Please follow the instructions on the Challenge Details page regarding what your submission, source, and preview files should contain.
21
21
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.
23
23
24
24
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.
25
25
Original file line number Diff line number Diff line change 34
34
35
35
36
36
@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 {
38
40
height : 200px ;
39
41
}
40
42
.bottom-footer .menu-item {
87
89
}
88
90
89
91
@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 {
91
95
height : 270px ;
92
96
}
93
97
.bottom-footer {
You can’t perform that action at this time.
0 commit comments