Skip to content

Commit 7e467b3

Browse files
Merge pull request #5651 from canonical/fix-logo-section-rule
fix: Logo section pattern rule taking up entire width of the screen
2 parents 3813eac + a56019a commit 7e467b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vanilla-framework",
3-
"version": "4.34.0",
3+
"version": "4.34.1",
44
"author": {
55
"email": "[email protected]",
66
"name": "Canonical Webteam"

templates/_macros/vf_logo-section.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
{% if has_description %}{{ description_content | safe }}{% endif %}
7070
{%- endmacro -%}
7171
<section class="{{ padding_classes }}">
72-
<hr class="p-rule" />
72+
<hr class="p-rule is-fixed-width" />
7373
<div class="grid-row--50-50">
7474
<div class="grid-col">{{- _title_block(title) -}}</div>
7575
<div class="grid-col">

0 commit comments

Comments
 (0)