Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit ebe35aa

Browse files
author
vikasrohit
authored
Merge pull request #863 from appirio-tech/feature/submission-bughunt-fixes
AS#152122905738622, On the right-hand side, move comma as so: "declar…
2 parents 0ce72b8 + e669492 commit ebe35aa

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

app/submissions/submit-design-files/submit-design-files.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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

assets/css/layout/footer.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
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 {
@@ -87,7 +89,9 @@
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 {

0 commit comments

Comments
 (0)