Skip to content

Commit c7c40fd

Browse files
feat(ISSUE-1): 💄 add some basic default styles for banner
Those are required after the css class names changed
1 parent 31e725e commit c7c40fd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/cusy/cms/browser/overrides/collective.behavior.banner.browser.banner.pt

+14
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,18 @@
5555
</div>
5656
</div>
5757
</aside>
58+
<style>
59+
.banner__image {
60+
max-width: 100%;
61+
height: auto;
62+
position: relative;
63+
display: block;
64+
margin: 0 auto;
65+
width: 100%;
66+
}
67+
68+
.banner__title {
69+
font-size: 3em;
70+
}
71+
</style>
5872
</tal:block>

0 commit comments

Comments
 (0)