diff --git a/assets/less/classes/index.less b/assets/less/classes/index.less index 19d5243a..7ab58af2 100644 --- a/assets/less/classes/index.less +++ b/assets/less/classes/index.less @@ -6,6 +6,10 @@ flex-direction: column-reverse; } + &__container { + margin-bottom: 2px; + } + &__sidebar { width: 300px; margin-left: 2px; diff --git a/assets/less/classes/news/preview.less b/assets/less/classes/news/preview.less index 80ec3326..85429d54 100644 --- a/assets/less/classes/news/preview.less +++ b/assets/less/classes/news/preview.less @@ -1,4 +1,5 @@ .news__preview { + margin-bottom: 2px; &__listing { flex-grow: 1; diff --git a/templates/home/index.twig b/templates/home/index.twig index 8931ed1b..4043866f 100644 --- a/templates/home/index.twig +++ b/templates/home/index.twig @@ -10,13 +10,13 @@
{% if chat_quote is defined and chat_quote is iterable and chat_quote|length > 0 %} -
+
{{ container_title('Chat quote from ' ~ (chat_quote[0].quote_timestamp|date('Y-m-d'))) }} {{ chat_quote_display(chat_quote) }}
{% endif %} -
+
{{ container_title('Statistics') }}
{% if users_count < 1 %} @@ -29,7 +29,7 @@
-
+
{{ container_title('Online users') }}
{% if online_users < 1 %} @@ -43,7 +43,7 @@
-
+
{{ container_title('Changelog', '/changelog.php') }}
{{ changelog_listing(featured_changelog) }} @@ -53,7 +53,7 @@
{% if current_user is defined %} -
+
{{ container_title('Welcome') }}

You have 0 new messages because the PM system doesn't exist yet, have a nice day.