diff sat_templates/templates/default/blog/discover.html @ 188:e85122a39e8f

css (grid): added `overflow: hidden` on items + added .grid__item--small and .grid__item--auto
author Goffi <goffi@goffi.org>
date Sun, 14 Apr 2019 08:09:42 +0200
parents e9f0a4215e46
children 3195484abd82
line wrap: on
line diff
--- a/sat_templates/templates/default/blog/discover.html	Sun Apr 14 08:09:40 2019 +0200
+++ b/sat_templates/templates/default/blog/discover.html	Sun Apr 14 08:09:42 2019 +0200
@@ -15,7 +15,7 @@
 <div class="disco_blogs">
     <ul class="grid grid--center">
         {% for entity in disco_entities %}
-            <li class='grid__item grid__item--medium grid__item--selectable'>
+            <li class='grid__item grid__item--small grid__item--selectable'>
                 <a href="{{entities_url[entity]}}" class="items_vert--centered">
                     {{ avatar.avatar(entity, class="avatar--medium") }}
                     <span>{{ identities[entity].nick|default(entity, true) }}</span>