diff --git a/app/views/admin/application/favorites/_show.html.erb b/app/views/admin/application/favorites/_show.html.erb
index b5e1cb0463da0c9344fb49b8bdfe3ddac4e89131..dc6703a309ba7af84fa7ef34b766523c47995a12 100644
--- a/app/views/admin/application/favorites/_show.html.erb
+++ b/app/views/admin/application/favorites/_show.html.erb
@@ -5,13 +5,12 @@
   <% websites = current_user.favorites.websites.collect(&:about) %>
   <%= render 'admin/communication/websites/list', websites: websites %>
   <% other = current_user.favorites.except_websites %>
-
   <% if other.any? %>
     <div class="row">
       <% current_user.favorites.except_websites.each do |favorite| %>
         <% about = favorite.about %>
         <% next unless can?(:read, about) %>
-        <div class="col-md-6 col-xl-3 d-flex">
+        <div class="col-md-6 col-lg-3 d-flex">
           <%= osuny_panel about do %>
             <p class="small mt-n2 mb-1"><%= about.class.model_name.human %></p>
             <%= link_to t('show'),