mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
7846e2cb96
Since the redesign of some snippets, some customizations have been broken. This commit adapts these customizations. This commit also adjusts some spacing and font sizes. task-4178078 Part of task-4177978 closes odoo/design-themes#947 Signed-off-by: Alice Gaudon (agau) <agau@odoo.com>
11 lines
307 B
XML
11 lines
307 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_showcase" inherit_id="website.s_showcase">
|
|
<xpath expr="(//div[hasclass('col-lg-6')])[2]" position="attributes">
|
|
<attribute name="class" add="offset-lg-1 col-lg-5" remove="col-lg-6" separator=" "/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|