Commit 4639e0b282521c5fa168cbfd21834e2182962e7e
1 parent
07824a24
Exists in
master
and in
79 other branches
Retirando responsividade do footer
Signed-off-by: Carlos Oliveira <carlospecter@gmail.com> Signed-off-by: Peter Lima <peterlima@gmail.com>
Showing
2 changed files
with
9 additions
and
1 deletions
Show diff stats
src/colab_spb_theme/static/css/footer.css
1 | 1 | /*Footer*/ |
2 | 2 | |
3 | +#btn-top { | |
4 | + min-width: 960px; | |
5 | + max-width: 960px; | |
6 | + padding-right: 0px; | |
7 | +} | |
8 | + | |
9 | + | |
3 | 10 | #footer { |
4 | 11 | padding: 4px 0 20px 0; |
5 | 12 | min-height: 50px; |
... | ... | @@ -7,6 +14,7 @@ |
7 | 14 | background: #EAEDF0; |
8 | 15 | color: #fff; |
9 | 16 | font-family: 'open_sansregular', Arial, Helvetica, sans-serif; |
17 | + min-width: 960px; | |
10 | 18 | } |
11 | 19 | |
12 | 20 | ... | ... |
src/colab_spb_theme/templates/footer.html