Skip to content
Snippets Groups Projects
Commit a63bb179 authored by Benoit Socias's avatar Benoit Socias
Browse files

[FIX] website_blog: remove negative word spacing in blog snippet

Since [1] when the blog layout was refactored between 12.0 and 13.0, a
negative word spacing was introduced in the blog post snippet with the
big pictures layout.

This commit removes this negative word spacing.

[1]: https://github.com/odoo/odoo/commit/bb0cdec4594fab8c22265ed8af0c2d431a263b72



task-2822436

closes odoo/odoo#88601

X-original-commit: 6c4e6137
Signed-off-by: default avatarQuentin Smetz (qsm) <qsm@odoo.com>
Signed-off-by: default avatarBenoit Socias (bso) <bso@odoo.com>
parent 4c7ef567
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,6 @@
.s_latest_posts_post_title {
@include font-size($h3-font-size);
margin-bottom: 0.5em;
word-spacing: -0.15em;
}
}
......
......@@ -63,7 +63,6 @@
.s_latest_posts_post_title {
@include font-size($h3-font-size);
margin-bottom: 0.5em;
word-spacing: -0.15em;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment