diff --git a/src/home/templates/home/home.html b/src/home/templates/home/home.html index 5bca43a..4d9f255 100644 --- a/src/home/templates/home/home.html +++ b/src/home/templates/home/home.html @@ -83,13 +83,13 @@ {% endfor %}
-
+
  • {% trans "Flags" %}
  • {{ flags }}
-
+
  • {% trans "Users" %}
  • {{ nb_users }}
  • diff --git a/src/resources/templates/resources/donate.html b/src/resources/templates/resources/donate.html index 08c9b02..dbd80df 100644 --- a/src/resources/templates/resources/donate.html +++ b/src/resources/templates/resources/donate.html @@ -36,7 +36,10 @@ - + + + +
    diff --git a/src/statics/css/style.css b/src/statics/css/style.css index 2169ebe..a1dd296 100644 --- a/src/statics/css/style.css +++ b/src/statics/css/style.css @@ -372,6 +372,13 @@ footer { .bottom-sm { order: 3 } } +@media screen and (min-width: 992px) { + .container { display: flex; flex-flow: column; } + .top-md { order: 1; } + .middle-md { order: 2; } + .bottom-md { order: 3 } +} + .ctf-link { color: #fff; } diff --git a/src/statics/img/hello_asso.png b/src/statics/img/hello_asso.png new file mode 100644 index 0000000..bf90511 Binary files /dev/null and b/src/statics/img/hello_asso.png differ diff --git a/src/templates/base.html b/src/templates/base.html index cdb1e06..e352708 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -114,25 +114,22 @@