Skip to content

Commit 46e6605

Browse files
committed
[Site] Fix LiveMemory components
Fix banner on livememory page
1 parent 3c935c4 commit 46e6605

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ux.symfony.com/assets/styles/components/_Banner.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
display: none;
1414
}
1515

16+
.Banner .container-xxl {
17+
max-width: 1320px;
18+
margin: 0 auto;
19+
}
20+
1621
.BannerInner {
1722
display: flex;
1823
flex-direction: column;

ux.symfony.com/assets/styles/demos/live-memory.min.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
@import "live-memory/app/reset";
66
@import "live-memory/app/root";
77

8+
@import "../components/Banner";
89
@import "../components/Icon";
910

1011
@import "live-memory/components/Board";

0 commit comments

Comments
 (0)