X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/96f24116db99c7358f321d7d5b77f5806a02c82e..acc5c2df43dfed9860b3e0c5f7db88665256c27c:/Resources/views/location/index.html.twig?ds=inline

diff --git a/Resources/views/location/index.html.twig b/Resources/views/location/index.html.twig
index 3ad7613..e309920 100644
--- a/Resources/views/location/index.html.twig
+++ b/Resources/views/location/index.html.twig
@@ -55,7 +55,7 @@
 						{% endfor %}
 					</div>
 				{% else %}
-					<ul class="grid{% if locations|length > 2%} three{% elseif locations|length > 1%} two{% endif %}">
+					<ul class="grid{% if locations|length > 1%} two{% endif %}">
 						{% for id, location in locations %}
 							<li>{% if multimap is defined and multimap %}{{ id }} {% endif %}<a href="{{ location.link }}" title="{{ location.title }}">{{ location.title }}</a></li>
 						{% endfor %}