{% extends 'role/member/master/rules/master_campaign_rules.html.twig' %} {% block stylesheets %} {{ parent() }} #member_template_layout { display: flex; flex-direction: row; justify-content: center; } #member_template_layout div { margin: 10px; } #game_details { display: flex; flex-direction: column; } #content_layout { display: flex; flex-direction: row; width: 80%; justify-content: space-around; } #detail_layout { display: flex; flex-direction: row; } #component_menu { flex: 1; } #component_layout { border: solid 1px; border-radius: 20px; display: flex; flex-direction: column; flex: 2; } .menu-element { border: solid 1px; border-radius: 20px; padding: 10px; } {% endblock %} {% block breadcrumbs %} {{ parent() }} > campagne {{ campaign.name }} {% endblock %} {% block member_navigation %}