diff --git a/style/new_style.css b/style/new_style.css index 647fd01..15a5965 100644 --- a/style/new_style.css +++ b/style/new_style.css @@ -162,4 +162,13 @@ footer { text-align: center; } +@media screen and (min-width: 800px) and (min-height: 700px) { + + footer { + position: fixed; + bottom: 0; + } + +} + /* END FOOTER */ \ No newline at end of file