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

AS#152122905738622, On the right-hand side, move comma as so: "declar… #863

Merged
merged 2 commits into from
Jul 8, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
.form-block__text
p Please follow the instructions on the Challenge Details page regarding what your submission, source, and preview files should contain.

p Do not name any of your files "declaration.txt", as this is added by our system.
p Do not name any of your files "declaration.txt," as this is added by our system.

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.

Expand Down
8 changes: 6 additions & 2 deletions assets/css/layout/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@


@media only screen and (max-width : 1024px) {
.bottom-footer, .fold-pusher {
// removed fold-pusher from the rule to remove white space
// .bottom-footer, .fold-pusher {
.bottom-footer {
height: 200px;
}
.bottom-footer .menu-item {
Expand Down Expand Up @@ -87,7 +89,9 @@
}

@media only screen and (min-width : 1025px) {
.bottom-footer, .fold-pusher {
// removed fold-pusher from the rule to remove white space
// .bottom-footer, .fold-pusher {
.bottom-footer {
height: 270px;
}
.bottom-footer {
Expand Down