Skip to content

Commit e1ff882

Browse files
committed
FAXE-332 fix menu box size
1 parent 5d730c3 commit e1ff882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/themes/custom/fds_faxe_theme/templates/paragraph/menu-box-paragraph/paragraph--os2web-menu-box-paragraph.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<div class="row">
1212
{% for menu_link in menubox %}
13-
<div class="col-12 col-sm-6 col-md-4">
13+
<div class="col-12 col-sm-6 col-md-3">
1414
<div class="box box--section-link">
1515
<div class="box__heading" >
1616
{% set rendered_content = menu_link.image|render %}

0 commit comments

Comments
 (0)