We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
we have the initial footer HTML but it needs styling
Example Desktop:
On mobile, everything will look the same but the Right reserved paragraph perhaps on it's own line.
The footer should have a .footer class and all footer related code within this
.footer
The footer should be it's own sass partial
The footer HTML should be added to the base template in Django
Footer should be at the bottom of the screen when there is not enough content. If there is enough content then move it at the very bottom of content. Here is how to do it: http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page
The text was updated successfully, but these errors were encountered:
Emilianas
No branches or pull requests
we have the initial footer HTML but it needs styling
Example Desktop:
On mobile, everything will look the same but the Right reserved paragraph perhaps on it's own line.
The footer should have a
.footer
class and all footer related code within thisThe footer should be it's own sass partial
The footer HTML should be added to the base template in Django
Footer should be at the bottom of the screen when there is not enough content. If there is enough content then move it at the very bottom of content. Here is how to do it: http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page
The text was updated successfully, but these errors were encountered: