Skip to content

Commit d8e0173

Browse files
committed
minor #1727 [Site] Fix LiveMemory components (smnandre)
This PR was squashed before being merged into the 2.x branch. Discussion ---------- [Site] Fix LiveMemory components Fix banner on livememory page Commits ------- c359684 [Site] Fix LiveMemory components
2 parents d06cf85 + c359684 commit d8e0173

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
/** -----------------------------------------------------------------
22
* LiveMemory demo
3+
*
4+
* This file is suffixed with `.min.css` to prevent it from being
5+
* processed by the CDN compression system, which would break the
6+
* most recent CSS syntax (as layers) used in this file.
37
* --------------------------------------------------------------- */
48

59
@import "live-memory/app/reset";
610
@import "live-memory/app/root";
711

12+
@import "../components/Banner";
813
@import "../components/Icon";
914

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

0 commit comments

Comments
 (0)