diff --git a/pybossa/themes/default/static/css/theme.css b/pybossa/themes/default/static/css/theme.css index f7b02f7..4ebdbce 100644 --- a/pybossa/themes/default/static/css/theme.css +++ b/pybossa/themes/default/static/css/theme.css @@ -46,6 +46,10 @@ footer a { width: 100%; } +.wl-social-container { + text-align: center; +} + @media (max-width: 768px) { body { margin: 0; @@ -76,6 +80,7 @@ footer a { /* Projects */ .projects { padding-top: 30px; + padding-bottom: 15px; } a.title-brand:link { @@ -554,6 +559,12 @@ h6 small { margin-left: 68px; } +@media screen and (min-width: 768px) { + .wl-social-container { + text-align: left; + } +} + @media screen and (min-width: 992px) { .wl-balloon.-green { margin-right: -110px; diff --git a/pybossa/themes/default/templates/_footer.html b/pybossa/themes/default/templates/_footer.html index 48de098..7eadecf 100644 --- a/pybossa/themes/default/templates/_footer.html +++ b/pybossa/themes/default/templates/_footer.html @@ -18,16 +18,18 @@
-

WikiLibras é uma plataforma colaborativa para construção de um dicionário em LIBRAS.

-

- -   - -   - -   - -

+
+

WikiLibras é uma plataforma colaborativa para construção de um dicionário em LIBRAS.

+ +
diff --git a/pybossa/themes/default/templates/projects/index.html b/pybossa/themes/default/templates/projects/index.html index 72d0cce..2cad2dd 100644 --- a/pybossa/themes/default/templates/projects/index.html +++ b/pybossa/themes/default/templates/projects/index.html @@ -9,7 +9,7 @@
{% if projects %} -
+
{% for project in projects %} {{ helper.show_project(project, active_cat.short_name, current_user, upload_method) }} {% endfor %} @@ -25,7 +25,7 @@